diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-08-09 21:05:45 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-08-09 21:05:45 +0000 |
commit | 36f7b1df970558417a074f15843ef1e29c762805 (patch) | |
tree | 8f0502a8c12cc0e198e6279f5c28f9f20969d77e /ChangeLog | |
parent | 1000d1e5bb16b0997a650f84c0605e1d2dc5f878 (diff) | |
download | glibc-36f7b1df970558417a074f15843ef1e29c762805.zip glibc-36f7b1df970558417a074f15843ef1e29c762805.tar.gz glibc-36f7b1df970558417a074f15843ef1e29c762805.tar.bz2 |
* sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from socketpair. Made socketpair a weak alias. * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using __socketpair. Use S_IFIFO protocol to make pipes POSIX conforming, but fall back on the old protocol if the socket server doesn't support it. * include/sys/socket.h: Add prototype for __socketpair.
2000-08-02 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
socketpair. Made socketpair a weak alias.
* sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
__socketpair. Use S_IFIFO protocol to make pipes POSIX
conforming, but fall back on the old protocol if the socket server
doesn't support it.
* include/sys/socket.h: Add prototype for __socketpair.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-08-02 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from + socketpair. Made socketpair a weak alias. + * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using + __socketpair. Use S_IFIFO protocol to make pipes POSIX + conforming, but fall back on the old protocol if the socket server + doesn't support it. + * include/sys/socket.h: Add prototype for __socketpair. + 2000-08-09 Andreas Schwab <schwab@suse.de> * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the |