projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b48acf
)
Remove prototype for localetime altogether. It should not be needed on modern
author
Nick Clifton
<nickc@redhat.com>
Wed, 16 Feb 2005 12:55:43 +0000
(12:55 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 16 Feb 2005 12:55:43 +0000
(12:55 +0000)
systems and older systems can live with the warning.
binutils/nlmconv.c
patch
|
blob
|
history
diff --git
a/binutils/nlmconv.c
b/binutils/nlmconv.c
index 46b439751d1df9aa875309b9e4d94b5cc04504b9..44593c1212f1a4146ebdbe50a3bb3629e0a4f660 100644
(file)
--- a/
binutils/nlmconv.c
+++ b/
binutils/nlmconv.c
@@
-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