From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:10:22 +0000 (+0000) Subject: Add __libc_fork and __vfork to version GLIBC_2.1.2. X-Git-Tag: cvs/glibc_2-1-2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08aaae1b230f126ee47f231cf4844a35547015a;p=thirdparty%2Fglibc.git Add __libc_fork and __vfork to version GLIBC_2.1.2. --- diff --git a/posix/Versions b/posix/Versions index c106c826bb8..195576937a0 100644 --- a/posix/Versions +++ b/posix/Versions @@ -84,4 +84,8 @@ libc { # w* waitid; wordexp; wordfree; } + GLIBC_2.1.2 { + # functions used in other libraries + __libc_fork; __vfork; + } }