diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 21:33:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 21:33:02 +0000 |
commit | 695a076385ac3b4f4e3aed34945e4c5c7606503f (patch) | |
tree | 259a06e5ac7b8f159ae619c797b119cdf28e9cb6 /sysdeps | |
parent | 874bb5e379330c3a8b7e1686b24750a306106422 (diff) | |
download | glibc-695a076385ac3b4f4e3aed34945e4c5c7606503f.zip glibc-695a076385ac3b4f4e3aed34945e4c5c7606503f.tar.gz glibc-695a076385ac3b4f4e3aed34945e4c5c7606503f.tar.bz2 |
Update.
2000-07-18 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
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; |