forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user