about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-24 02:35:00 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-24 02:35:00 +0000
commit699171a27f45352f64d0984b994d93fdb81ed107 (patch)
tree7fb7dd69537e8fe99423ffa6038a7fadd12f8a34 /ChangeLog
parent740152054ecbda66dae0e0f66193d8e244cc2376 (diff)
downloadglibc-699171a27f45352f64d0984b994d93fdb81ed107.tar.gz
glibc-699171a27f45352f64d0984b994d93fdb81ed107.tar.xz
glibc-699171a27f45352f64d0984b994d93fdb81ed107.zip
Remove nislib.h.
1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>

	* nis/nislib/nislib.h: Removed.

	* rt/aio_misc.c: Use pread and pwrite instead of __ protected
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba941e7903..7eaf1ce42b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
+
+	* nis/nislib/nislib.h: Removed.
+
 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
 
 	* libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
 	__pread64, __pwrite64, and __getpid.
 
-	* libc/rt/aio_misc.c: Use pread and pwrite instead of __ protected
+	* rt/aio_misc.c: Use pread and pwrite instead of __ protected
 	versions.
 
 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>