summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/ptfork.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-24 13:45:02 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-24 13:45:02 +0000
commit04bbb6fdfae0b5bc9e39a6f51894796df0cd35fb (patch)
tree8c9dfaaeba132024813df9696b9a7805d448e5d1 /libpthread/linuxthreads/ptfork.c
parenta886737c3e3a379989c5833823b87ac1497d07f5 (diff)
Now new linuxthreads builds w/ SHARED
Diffstat (limited to 'libpthread/linuxthreads/ptfork.c')
-rw-r--r--libpthread/linuxthreads/ptfork.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/ptfork.c b/libpthread/linuxthreads/ptfork.c
index 9e2eabf8d..853aeea92 100644
--- a/libpthread/linuxthreads/ptfork.c
+++ b/libpthread/linuxthreads/ptfork.c
@@ -78,7 +78,8 @@ pid_t __pthread_fork (struct fork_block *b)
return pid;
}
-#ifdef SHARED
+/* psm: have no idea why these are here, sjhill? */
+#if 0 /*def SHARED*/
pid_t __fork (void)
{
return __libc_fork ();