diff options
Diffstat (limited to 'sysdeps/generic/utime.c')
-rw-r--r-- | sysdeps/generic/utime.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/generic/utime.c b/sysdeps/generic/utime.c index 22de6f363a..09d0cc6679 100644 --- a/sysdeps/generic/utime.c +++ b/sysdeps/generic/utime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,95,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 @@ -36,8 +36,7 @@ utime (file, times) __set_errno (ENOSYS); return -1; } - - +libc_hidden_def (utime) stub_warning (utime) #include <stub-tag.h> |