From d08aaae1b230f126ee47f231cf4844a35547015a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:10:22 +0000 Subject: [PATCH] Add __libc_fork and __vfork to version GLIBC_2.1.2. --- posix/Versions | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- 2.47.2