summaryrefslogtreecommitdiff
path: root/src/time/asctime.c
AgeCommit message (Collapse)AuthorLines
2018-09-12use idiomatic weak alias approach for defining asctime_rRich Felker-2/+2
get rid of a gratuitous translation unit and call frame between asctime_r and the actual implementation of the function. this is the way gmtime_r and localtime_r are already done.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9