diff options
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r-- | binutils/nlmconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 0d5966a..46b4397 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -59,7 +59,7 @@ extern char *strerror (int); #ifndef localtime -extern struct tm *localtime (); +extern struct tm *localtime (const time_t *); #endif #ifndef SEEK_SET |