summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-09-28 08:38:53 +0000
committerkleink <kleink@NetBSD.org>2000-09-28 08:38:53 +0000
commit82fd76bb0676ba935bb6bc015fe5920a44ef6dcd (patch)
treedbcd37f76712e6647a49b7838cfa88776df50977 /lib/libc/include
parenta5028df36df68d88dff918ef71a71cfb20fc505b (diff)
Need an internal name for pipe(2).
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 9d47f04ff16..28c50868940 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.57 2000/07/08 13:46:34 kleink Exp $ */
+/* $NetBSD: namespace.h,v 1.58 2000/09/28 08:38:55 kleink Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -49,6 +49,7 @@
#define ftello _ftello
#define inet_aton _inet_aton
#define inet_pton _inet_pton
+#define pipe _pipe
#define sbrk _sbrk
#define strtoll _strtoll
#define strtoull _strtoull