diff options
Diffstat (limited to 'time/localtime.c')
-rw-r--r-- | time/localtime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/localtime.c b/time/localtime.c index 9af78a8..069b12f 100644 --- a/time/localtime.c +++ b/time/localtime.c @@ -1,5 +1,5 @@ /* Convert `time_t' to `struct tm' in local time zone. - Copyright (C) 1991, 92, 93, 95, 96, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1991,92,93,95,96,97,98,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -42,3 +42,4 @@ localtime (t) { return __tz_convert (t, 1, &_tmbuf); } +libc_hidden_def (localtime) |