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:
parent
0b48acfe66
commit
4d116f4d9d
1 changed files with 0 additions and 4 deletions
|
@ -58,10 +58,6 @@
|
||||||
#undef strerror
|
#undef strerror
|
||||||
extern char *strerror (int);
|
extern char *strerror (int);
|
||||||
|
|
||||||
#ifndef localtime
|
|
||||||
extern struct tm *localtime (const time_t *);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef SEEK_SET
|
#ifndef SEEK_SET
|
||||||
#define SEEK_SET 0
|
#define SEEK_SET 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue