diff options
Diffstat (limited to 'sysdeps/unix/time.c')
-rw-r--r-- | sysdeps/unix/time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/time.c b/sysdeps/unix/time.c index 1444bd0582..f31ee96349 100644 --- a/sysdeps/unix/time.c +++ b/sysdeps/unix/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1997, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,97,2001,02 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 @@ -39,3 +39,4 @@ time (t) *t = result; return result; } +libc_hidden_def (time) |