diff --git a/include/time.h b/include/time.h index 93d7d7275ecb..f6473d016d0f 100644 --- a/include/time.h +++ b/include/time.h @@ -98,6 +98,8 @@ void tzset __P((void)); #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) char *timezone __P((int, int)); void tzsetwall __P((void)); +time_t timelocal __P((struct tm * const)); +time_t timegm __P((struct tm * const)); #endif /* neither ANSI nor POSIX */ __END_DECLS