diff options
Diffstat (limited to 'sysdeps/generic/time.c')
-rw-r--r-- | sysdeps/generic/time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/time.c b/sysdeps/generic/time.c index 1628588cf4..ec66f119df 100644 --- a/sysdeps/generic/time.c +++ b/sysdeps/generic/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,96,97,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 @@ -30,6 +30,7 @@ time (timer) *timer = (time_t) -1; return (time_t) -1; } +libc_hidden_def (time) stub_warning (time) #include <stub-tag.h> |