]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __libc_fork and __vfork to version GLIBC_2.1.2.
authorUlrich Drepper <drepper@redhat.com>
Sun, 5 Sep 1999 00:10:22 +0000 (00:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 5 Sep 1999 00:10:22 +0000 (00:10 +0000)
posix/Versions

index c106c826bb8282f8c9cab6fea820a50cbebf1c36..195576937a01d1828231b6fc19deef60ca974bb1 100644 (file)
@@ -84,4 +84,8 @@ libc {
     # w*
     waitid; wordexp; wordfree;
   }
+  GLIBC_2.1.2 {
+    # functions used in other libraries
+    __libc_fork; __vfork;
+  }
 }