about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/Versions1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b52ea136b..2e87e03e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
+
 2000-07-18  Greg McGary  <greg@mcgary.org>
 
 	* posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 5b085620db..bdf1fafce3 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;