diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-16 20:14:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-16 20:14:19 +0000 |
commit | eb0e1178c54f29cc51c5a035ea035f634d348fd1 (patch) | |
tree | 121c6eaafeb9eb0819ae003d31a5c3bc376bcedb /ChangeLog | |
parent | 107f81314155383ab9c0625f3d157be55131f837 (diff) | |
download | glibc-eb0e1178c54f29cc51c5a035ea035f634d348fd1.tar.gz glibc-eb0e1178c54f29cc51c5a035ea035f634d348fd1.tar.xz glibc-eb0e1178c54f29cc51c5a035ea035f634d348fd1.zip |
Update.
1998-07-16 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/dl-sysdep.c (open_file): Return a Hurd I/O port instead of a Mach memory object. (__open): Likewise. (__libc_read): New function. (__mmap): Change to take a Hurd I/O port instead of a Mach memory object.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f9c20ee35..28b2513248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-07-16 Mark Kettenis <kettenis@phys.uva.nl> + + * sysdeps/mach/hurd/dl-sysdep.c (open_file): Return a Hurd I/O + port instead of a Mach memory object. + (__open): Likewise. + (__libc_read): New function. + (__mmap): Change to take a Hurd I/O port instead of a Mach memory + object. + 1998-07-16 20:01 Ulrich Drepper <drepper@cygnus.com> * debug/Makefile (routines): Add backtracesymsfd. |