Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* 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>
  • Loading branch information
Ulrich Drepper committed Nov 23, 2000
1 parent f14811c commit 1eaa106
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions Versions.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions sysdeps/unix/sysv/linux/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ libc {
# ipc ctl interface change.
semctl; shmctl; msgctl;
}
GLIBC_2.2.1 {
# p*
pivot_root
}
}
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eaa106

Please sign in to comment.