mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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>
This commit is contained in:
parent
f14811c7c8
commit
1eaa106e41
@ -1,3 +1,12 @@
|
||||
2000-11-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* rt/aio_suspend.c (aio_suspend): Convert timeout value to
|
||||
|
@ -9,6 +9,7 @@ libc {
|
||||
GLIBC_2.1.3
|
||||
GLIBC_2.1.4
|
||||
GLIBC_2.2
|
||||
GLIBC_2.2.1
|
||||
%ifdef USE_IN_LIBIO
|
||||
HURD_CTHREADS_0.3
|
||||
%endif
|
||||
|
@ -90,4 +90,8 @@ libc {
|
||||
# ipc ctl interface change.
|
||||
semctl; shmctl; msgctl;
|
||||
}
|
||||
GLIBC_2.2.1 {
|
||||
# p*
|
||||
pivot_root
|
||||
}
|
||||
}
|
||||
|
@ -35,6 +35,7 @@ nfsservctl EXTRA nfsservctl i:ipp nfsservctl
|
||||
pause - pause i: __libc_pause pause
|
||||
personality init-first personality i:i __personality personality
|
||||
pipe - pipe i:f __pipe pipe
|
||||
pivot_root EXTRA pivot_root i:ss pivot_root
|
||||
prctl EXTRA prctl i:iiiii prctl
|
||||
query_module EXTRA query_module i:sipip query_module
|
||||
quotactl EXTRA quotactl i:isip quotactl
|
||||
|
Loading…
Reference in New Issue
Block a user