]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/utime.c
* include/stdlib.h: Use libc_hidden_proto for qsort.
[thirdparty/glibc.git] / sysdeps / unix / utime.c
index 4b1f23a497b1c4bb034e41c15e303a6f46249b5e..cbfc3513378c3e6608ca0bb03f901f8194c2e866 100644 (file)
@@ -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)