kamil 947899dacf Register new weak symbol in libc for internal usage: asctime
The NetBSD Standard C Library uses internally some of its functions with
a mangled symbol name, usually "_symbol". The internal functions shall not
use the global (public) symbols.

Add asctime to namespace.h.

Register a new __weak_alias() entry for asctime() in asctime.c.

acstime() is used internally in ctime and __ctime50. This revision switches
the internal usage to the internal symbol.

Sponsored by <The NetBSD Foundation>
2018-01-05 20:01:31 +00:00
2017-12-16 07:52:08 +00:00
2018-01-01 11:52:45 +00:00
2018-01-05 10:04:13 +00:00
2017-12-13 21:11:27 +00:00
2017-10-08 15:02:33 +00:00
2017-12-29 03:05:13 +00:00
2017-12-27 08:29:02 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%