diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:53:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:53:16 +0000 |
commit | 1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 (patch) | |
tree | c9f31980a10b8baa1cf452d99be97027f424449e /sysdeps/unix/sysv/linux/Versions | |
parent | f14811c7c85d645b1bfda41eb9dccfdd2af058fe (diff) | |
download | glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.gz glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.bz2 glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.zip |
Update.
* Versions.def: Add GLIBC_2.2.1 for glibc.
2000-11-22 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root.
* sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1.
2000-11-22 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index bdf1fafce3..3f77d4c522 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -90,4 +90,8 @@ libc { # ipc ctl interface change. semctl; shmctl; msgctl; } + GLIBC_2.2.1 { + # p* + pivot_root + } } |