summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-09-27 18:14:14 +0000
committerkleink <kleink@NetBSD.org>1998-09-27 18:14:14 +0000
commit9d2eb0ba97f4aa007aba451c78b7d93d933d1583 (patch)
treeef4ff49d2c6393eb03413891a7823ce100a56b07 /lib/libc/include
parenta4aadf1ce44685afe7a49fa6e4c01124c6dcaf21 (diff)
Add missing renaming of tcgetsid().
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 83b6c2fcecf..42983cbf1ba 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.9 1998/09/27 17:57:49 kleink Exp $ */
+/* $NetBSD: namespace.h,v 1.10 1998/09/27 18:14:14 kleink Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -318,6 +318,7 @@
#define tcflush _tcflush
#define tcgetattr _tcgetattr
#define tcgetpgrp _tcgetpgrp
+#define tcgetsid _tcgetsid
#define tcsendbreak _tcsendbreak
#define tcsetattr _tcsetattr
#define tcsetpgrp _tcsetpgrp