From 0a20ca071b663d9cc5eb37a2dad36e7dc5056652 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 8 May 2004 05:12:14 +0000 Subject: 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 | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index f957dc210..5dc191950 100644 --- a/include/time.h +++ b/include/time.h @@ -322,10 +322,8 @@ extern int stime (__const time_t *__when) __THROW; /* Miscellaneous functions many Unices inherited from the public domain localtime package. These are included only for compatibility. */ -#if 0 /* Like `mktime', but for TP represents Universal Time, not local time. */ extern time_t timegm (struct tm *__tp) __THROW; -#endif /* Another name for `mktime'. */ extern time_t timelocal (struct tm *__tp) __THROW; -- cgit v1.2.3