about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-23 07:53:16 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-23 07:53:16 +0000
commit1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 (patch)
treec9f31980a10b8baa1cf452d99be97027f424449e /ChangeLog
parentf14811c7c85d645b1bfda41eb9dccfdd2af058fe (diff)
downloadglibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.gz
glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.xz
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75f371837b..5420cd377d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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
 	absolute time for pthread_cond_timedwait call.
 	Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].