summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-07-16 17:12:36 +0000
committerchristos <christos@NetBSD.org>2005-07-16 17:12:36 +0000
commit55b453fa3cf836c6b47697b7b17455d091268fc7 (patch)
treecc1e49810c8304b85ead733aa527faf163b83b34 /lib/libc
parent10ca8c1c36c0ebd6d7767ea25fc869f38b2105f5 (diff)
don't play #define games with lint. Breaks pass2.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/include/namespace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 5ee994a20d9..3aaaa3ce017 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.101 2005/05/15 13:09:13 yamt Exp $ */
+/* $NetBSD: namespace.h,v 1.102 2005/07/16 17:12:36 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#include <sys/cdefs.h>
+#ifndef __lint__
#define brk _brk
#define catclose _catclose
#define catgets _catgets
@@ -674,5 +675,6 @@
#define fmtcheck __fmtcheck
#define __learn_tree ___learn_tree
#endif /* __weak_alias */
+#endif
#endif /* _NAMESPACE_H_ */