diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |