mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 02:47:05 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user