summaryrefslogtreecommitdiff
path: root/sysdeps/unix/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/utime.c')
-rw-r--r--sysdeps/unix/utime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/utime.c b/sysdeps/unix/utime.c
index 4b1f23a497..cbfc351337 100644
--- a/sysdeps/unix/utime.c
+++ b/sysdeps/unix/utime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991,94,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
@@ -49,3 +49,4 @@ utime (file, times)
return __utimes (file, timevals);
}
+libc_hidden_def (utime)