summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-09-10 16:02:59 +0000
committerkleink <kleink@NetBSD.org>1998-09-10 16:02:59 +0000
commita0006ac87d0ee2fcf877df1f29f07a51fe0f7486 (patch)
treebdbee2ec800d85ec3e9a749ffb744db7e8a95a5c /lib/libc/include
parent31661bd6565e98c18da5439fd243a1682a2db3be (diff)
Add asctime_r(), ctime_r(), gmtime_r() and localtime_r().
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index efa9239a493..7ec9996d172 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.7 1998/07/28 12:22:32 mycroft Exp $ */
+/* $NetBSD: namespace.h,v 1.8 1998/09/10 16:02:59 kleink Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -57,6 +57,7 @@
#ifdef __weak_alias
#define a64l _a64l
+#define asctime_r _asctime_r
#define alarm _alarm
#define alphasort _alphasort
#define authnone_create _authnone_create
@@ -100,6 +101,7 @@
#define closelog _closelog
#define confstr _confstr
#define ctermid _ctermid
+#define ctime_r _ctime_r
#define daemon _daemon
#define dbm_clearerr _dbm_clearerr
#define dbm_close _dbm_close
@@ -185,6 +187,7 @@
#define getusershell _getusershell
#define glob _glob
#define globfree _globfree
+#define gmtime_r _gmtime_r
#define group_from_gid _group_from_gid
#define heapsort _heapsort
#define inet_lnaof _inet_lnaof
@@ -205,6 +208,7 @@
#define jrand48 _jrand48
#define l64a _l64a
#define lcong48 _lcong48
+#define localtime_r _localtime_r
#define lockf _lockf
#define lrand48 _lrand48
#define mergesort _mergesort