summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-01-13 21:45:39 +0000
committerthorpej <thorpej@NetBSD.org>2002-01-13 21:45:39 +0000
commit5d3e829423974c09c7a285d544c5d6dfa5bb4d50 (patch)
tree625db2abfe00ba8c4a5adaa47c48aebcf21eb726 /lib/libc/include
parent64e45e9f3d4f43c6da5c4547eae736f060113a9b (diff)
Add internal names for fp{get,set}{mask,round,sticky}(), and
externally-visible weak aliases for the internal names.
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 8c505822820..56570b8ecc0 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.67 2001/09/19 21:38:21 aymeric Exp $ */
+/* $NetBSD: namespace.h,v 1.68 2002/01/13 21:45:52 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -191,6 +191,12 @@
#define fdopen _fdopen
#define fgetln _fgetln
#define fnmatch _fnmatch
+#define fpgetmask _fpgetmask
+#define fpgetround _fpgetround
+#define fpgetsticky _fpgetsticky
+#define fpsetmask _fpsetmask
+#define fpsetround _fpsetround
+#define fpsetsticky _fpsetsticky
#define freenetconfigent _freenetconfigent
#define freeaddrinfo _freeaddrinfo
#define freeifaddrs _freeifaddrs
@@ -611,6 +617,6 @@
#define dlerror __dlerror
#define dladdr __dladdr
#define fmtcheck __fmtcheck
-#endif
+#endif /* __weak_alias */
-#endif
+#endif /* _NAMESPACE_H_ */