From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:12:57 +0000 (+0000) Subject: Export __fork, vfork, and __vfork in libpthread. X-Git-Tag: cvs/glibc_2-1-2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df25ffc348b3c57dce53a15c6c7889617b42d85c;p=thirdparty%2Fglibc.git Export __fork, vfork, and __vfork in libpthread. --- diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 38b135d0a20..c0ec7923822 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -46,6 +46,7 @@ libpthread { __close; __connect; __fcntl; __lseek; __open; __read; __send; __wait; __write; _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile; + vfork; __fork; # POSIX.1c extensions to libc. flockfile; funlockfile; ftrylockfile; @@ -115,5 +116,6 @@ libpthread { } GLIBC_2.1.2 { __pthread_kill_other_threads_np; + __vfork; } }