OSDN Git Service

Change clock() to allow wrapping.
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 8 May 2004 05:12:14 +0000 (05:12 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 8 May 2004 05:12:14 +0000 (05:12 -0000)
commit0a20ca071b663d9cc5eb37a2dad36e7dc5056652
tree96d26236632cd9672e1ea2ffda545b9f36634e25
parentff50849725bed04e6688e82c002d2cdf71ff065a
Change clock() to allow wrapping.
Add timegm() function.
Make lookup_tzname() static (as it should have been).
Have strftime() get timezone information from the passed struct
  for the %z and %Z conversions when using struct tm extensions.
include/time.h
libc/misc/time/time.c