diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-10-08 18:38:08 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-10-08 18:38:08 +0000 |
commit | ce7f605ba7d119d7aae336117a306167ede44916 (patch) | |
tree | 58b06149239c7abd2286d05f33155a7c36c1f2b3 /sysdeps/mach/hurd/pipestream.c | |
parent | b853ee82a2701bc91a8e5215191901ea37227647 (diff) | |
download | glibc-ce7f605ba7d119d7aae336117a306167ede44916.tar.gz |
*** empty log message ***
Tue Oct 8 13:58:31 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* hurd/ports-get.c (_hurd_ports_get): If the requested port is
null, don't attempt mach_port_mod_refs.
Diffstat (limited to 'sysdeps/mach/hurd/pipestream.c')
-rw-r--r-- | sysdeps/mach/hurd/pipestream.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/pipestream.c b/sysdeps/mach/hurd/pipestream.c new file mode 100644 index 0000000000..548e1e77eb --- /dev/null +++ b/sysdeps/mach/hurd/pipestream.c @@ -0,0 +1,2 @@ +/* Make sure NO_WAITPID is not set; sysdeps/unix/pipestream.c defines it. */ +#include <sysdeps/posix/pipestream.c> |