about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-12 20:24:52 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-12 20:24:52 +0000
commit4846648111eb19104c0afe36c14f1bf510803c9e (patch)
tree2b227e52f66779b5cf570f85e5f23833e59888e5
parent20f3b1275d0e17796f3a6840c234b298c4815949 (diff)
downloadglibc-4846648111eb19104c0afe36c14f1bf510803c9e.tar.gz
glibc-4846648111eb19104c0afe36c14f1bf510803c9e.tar.xz
glibc-4846648111eb19104c0afe36c14f1bf510803c9e.zip
Update.
2002-10-12  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
	Optimize a bit for use in glibc.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 903497057e..7abac82159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
+	Optimize a bit for use in glibc.
+
 2002-10-12  Roland McGrath  <roland@redhat.com>
 
 	* stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.