Create the links for the reentrant time functions.

PR:		 docs/22644
Submitted by:	 andrew@ugh.net.au
This commit is contained in:
Nik Clayton 2000-11-12 16:17:53 +00:00
parent 179e2bf1be
commit d4c5a1f678

View File

@ -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