time: threadsafe functions
authorAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 21:50:47 +0000 (21:50 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 21:50:47 +0000 (21:50 +0000)
commitb4db4c77f427503d1e04a66e8747cb585d917383
tree1887405e439993f722a059c220530ad89d190640
parent954e2423409b7b22d2871eeda6e79aaf6006adbd
time: threadsafe functions

Not much use at the moment but since many modern apps favour them anyway we
might as well provide them given they are pretty much zero cost.
Library/include/time.h
Library/libs/Makefile
Library/libs/asctime.c
Library/libs/ctime_r.c [new file with mode: 0644]
Library/libs/gmtime_r.c [new file with mode: 0644]
Library/libs/localtim_r.c [new file with mode: 0644]