Remove prototype for localetime altogether. It should not be needed on modern

systems and older systems can live with the warning.
This commit is contained in:
Nick Clifton 2005-02-16 12:55:43 +00:00
parent 0b48acfe66
commit 4d116f4d9d
1 changed files with 0 additions and 4 deletions

View File

@ -58,10 +58,6 @@
#undef strerror
extern char *strerror (int);
#ifndef localtime
extern struct tm *localtime (const time_t *);
#endif
#ifndef SEEK_SET
#define SEEK_SET 0
#endif