diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-11 01:20:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-11 01:20:50 +0000 |
commit | dc7f2e1bf0dc6ab6bec1d531026fb39271287711 (patch) | |
tree | 4d665da55e40f6a14cd992e67b3ecbd5cd783e86 /include/time.h | |
parent | 91102e0dece0d33acf56a579dcab84b043f08c8b (diff) |
Fix up a few messes so it compiles cleanly again.
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/time.h b/include/time.h index 9bbcd8be0..12d7e6c61 100644 --- a/include/time.h +++ b/include/time.h @@ -108,15 +108,11 @@ extern time_t timelocal __P ((struct tm *__tp)); #endif -#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT) - extern char * asctime_r __P((__const struct tm *, char *)); extern char * ctime_r __P((__const time_t *, char *)); extern struct tm* gmtime_r __P((__const time_t *, struct tm *)); extern struct tm* localtime_r __P((__const time_t *, struct tm *)); -#endif - struct timespec; /* IEEE Std 1003.1b-1993. */ |