Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
authorAlexandre Julliard <julliard@winehq.org>
Sun, 9 Nov 2003 01:25:23 +0000 (01:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 9 Nov 2003 01:25:23 +0000 (01:25 +0000)
commit50fba7ffec12d73d3c96d90d76168daf2ab6c399
tree8ffc6c7b3a7ad96d7bcb2494689325358d07ec0a
parent8d0ac5574e277033fc359519da3bc3855ad65569
Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
Let the pthread library allocate the stack itself.
dlls/kernel/pthread.c
dlls/ntdll/Makefile.in
dlls/ntdll/ntdll_misc.h
dlls/ntdll/server.c
dlls/ntdll/sysdeps.c [deleted file]
dlls/ntdll/thread.c
include/thread.h
include/wine/pthread.h
libs/wine/port.c
loader/kthread.c
loader/pthread.c