Moved the implementation of the pthread wrappers to dlls/kernel.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 3 Sep 2003 00:26:08 +0000 (00:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Sep 2003 00:26:08 +0000 (00:26 +0000)
commit80e34dbb663a874efd11baaab826fca5bd7a0c31
treed9aae19782a7284481cc2f395cc029f87c206dd1
parent9cceea30705f46d26aed7e0d08a8a532a31e1407
Moved the implementation of the pthread wrappers to dlls/kernel.
configure
configure.ac
dlls/kernel/Makefile.in
dlls/kernel/pthread.c [new file with mode: 0644]
dlls/ntdll/sysdeps.c
include/config.h.in
include/wine/pthread.h [new file with mode: 0644]
libs/wine/loader.c
scheduler/process.c
scheduler/pthread.c