diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-15 16:32:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-15 16:32:41 +0000 |
commit | 4d120c7379621231f14df6ef09a7b58f2829385b (patch) | |
tree | 34b18e8ff0edca06e4c6631bb358fa6604439582 | |
parent | cfcf323d337333428c2fafb19ef4dd5124d05c9a (diff) | |
download | glibc-4d120c7379621231f14df6ef09a7b58f2829385b.tar.gz glibc-4d120c7379621231f14df6ef09a7b58f2829385b.tar.xz glibc-4d120c7379621231f14df6ef09a7b58f2829385b.zip |
1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on the "unused" ends of the sockets. Let pipes be bidirectional.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5dc903aadb..cf92a065b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-10 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on + the "unused" ends of the sockets. Let pipes be bidirectional. + 1999-02-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for |