From: Ulrich Drepper Date: Tue, 18 Jul 2000 21:33:02 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-92~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=695a076385ac3b4f4e3aed34945e4c5c7606503f;p=platform%2Fupstream%2Fglibc.git Update. 2000-07-18 Ulrich Drepper * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2. --- diff --git a/ChangeLog b/ChangeLog index 7b52ea1..2e87e03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-18 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2. + 2000-07-18 Greg McGary * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro. diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 5b08562..bdf1faf 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -85,6 +85,7 @@ libc { GLIBC_2.2 { # needed in other libraries. __endmntent; __getmntent_r; __setmntent; __statfs; __libc_sigaction; + __sysctl; # ipc ctl interface change. semctl; shmctl; msgctl;