summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-03-26 19:51:41 +0000
committerchristos <christos@NetBSD.org>2011-03-26 19:51:41 +0000
commite4e8b603b9faca61bed3b6e6a2cec8d5fdbfa1af (patch)
treebaf0eec759a1337c5477481340726870c1e1df9c /lib/libc/include
parent2ad467a9ee42e17c25a47216a0b7f15c5702f753 (diff)
add fpgetprec/fpsetprec
Diffstat (limited to 'lib/libc/include')
-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 1b953fec6b2..80928ec7094 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.147 2011/03/12 19:52:48 christos Exp $ */
+/* $NetBSD: namespace.h,v 1.148 2011/03/26 19:51:42 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -265,9 +265,11 @@
#define fnmatch _fnmatch
#define fparseln _fparseln
#define fpgetmask _fpgetmask
+#define fpgetprec _fpgetprec
#define fpgetround _fpgetround
#define fpgetsticky _fpgetsticky
#define fpsetmask _fpsetmask
+#define fpsetprec _fpsetprec
#define fpsetround _fpsetround
#define fpsetsticky _fpsetsticky
#define freenetconfigent _freenetconfigent