summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2000-11-12 16:17:53 +0000
committernik <nik@FreeBSD.org>2000-11-12 16:17:53 +0000
commiteacae59bd6dd12e461ffc5ec90b707fa6aeae660 (patch)
treee526922a597edf58a49b723baa4c587c464a0650 /lib
parent29b491343c7f46a070002d9c410e3031f349740a (diff)
downloadFreeBSD-src-eacae59bd6dd12e461ffc5ec90b707fa6aeae660.zip
FreeBSD-src-eacae59bd6dd12e461ffc5ec90b707fa6aeae660.tar.gz
Create the links for the reentrant time functions.
PR: docs/22644 Submitted by: andrew@ugh.net.au
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc
index 39daaa6..1669b1f 100644
--- a/lib/libc/stdtime/Makefile.inc
+++ b/lib/libc/stdtime/Makefile.inc
@@ -10,6 +10,8 @@ MAN3+= ctime.3 strftime.3 strptime.3 time2posix.3
MAN5+= tzfile.5
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
- ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3
+ ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
+ ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
+ ctime.3 asctime_r.3
MLINKS+=time2posix.3 posix2time.3
.endif
OpenPOWER on IntegriCloud