From df25ffc348b3c57dce53a15c6c7889617b42d85c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:12:57 +0000 Subject: [PATCH] Export __fork, vfork, and __vfork in libpthread. --- linuxthreads/Versions | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.47.2