From 4fe53b3aba281d102c3119f34780e5479dd4fe51 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:08:27 +0000 Subject: Update. 1999-09-04 Ulrich Drepper * sysdeps/unix/sysv/linux/getaddrinfo.c: Little optimization. 1999-09-03 Andreas Schwab * sysdeps/unix/sysv/linux/syscalls.list: Rename strong name for fork from __syscall_fork to __libc_fork. * posix/Versions: Add __libc_fork and __vfork to version GLIBC_2.1.2. --- posix/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'posix') diff --git a/posix/Versions b/posix/Versions index c106c826bb..195576937a 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; + } } -- cgit 1.4.1