add legacy ftime function and sys/timeb.h
authorRich Felker <dalias@aerifal.cx>
Fri, 25 Oct 2013 18:15:08 +0000 (14:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 25 Oct 2013 18:15:08 +0000 (14:15 -0400)
commit4b15d9f46a2b260661d2e054575e617c76795578
treeb5ed03ad58216b42cfd0675f183aee72074c348b
parent78f889153167452de4cbced921f6428b3d4f663a
add legacy ftime function and sys/timeb.h

despite being marked legacy, this was specified by SUSv3 as part of
the XSI option; only the most recent version of the standard dropped
it. reportedly there's actual code using it.
include/sys/timeb.h [new file with mode: 0644]
src/time/ftime.c [new file with mode: 0644]