aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-09-04 10:57:56 +0000
committerRoland McGrath <roland@gnu.org>1998-09-04 10:57:56 +0000
commit1097c6030a2f99075a259e3b5151122094ab68dc (patch)
tree8ace845f07a8d934aaf1c86acc792f80de8a2911 /ChangeLog
parentf50a53cb0efe72eefce3739d8f2232e7279433f8 (diff)
downloadglibc-1097c6030a2f99075a259e3b5151122094ab68dc.tar
glibc-1097c6030a2f99075a259e3b5151122094ab68dc.tar.gz
glibc-1097c6030a2f99075a259e3b5151122094ab68dc.tar.bz2
glibc-1097c6030a2f99075a259e3b5151122094ab68dc.zip
1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
* mach/Makefile: Use -include for mach-syscalls.mk to silence warning. * sysdeps/mach/hurd/sysd-stdio.c: Declare fns __stdio_{read,write,seek,close,fileno} using __io_*_fn types. * sysdeps/generic/sysd-stdio.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 929c41ae33..66c58c2bc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
+
+ * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
+ __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
+ * sysdeps/generic/sysd-stdio.c: Likewise.
+
1998-09-02 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.