mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* nlmconv.c: Back out localtime PARAMS change.
This commit is contained in:
parent
4c168fa3f7
commit
8d037c5c93
@ -1,3 +1,7 @@
|
||||
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* nlmconv.c: Back out localtime PARAMS change.
|
||||
|
||||
2002-02-11 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* objcopy.c (MKDIR): Define.
|
||||
|
@ -59,7 +59,7 @@
|
||||
extern char *strerror PARAMS ((int));
|
||||
|
||||
#ifndef localtime
|
||||
extern struct tm *localtime PARAMS ((const time_t *));
|
||||
extern struct tm *localtime ();
|
||||
#endif
|
||||
|
||||
#ifndef SEEK_SET
|
||||
|
Loading…
Reference in New Issue
Block a user