aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/utime.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-03 22:26:33 +0000
committerRoland McGrath <roland@gnu.org>2002-08-03 22:26:33 +0000
commit284128f68f27567f9cad0078c97d7d807475e0a7 (patch)
tree85c0285122d1f409fabc0a440477309855bd6dab /sysdeps/unix/utime.c
parent5841dad9e3379f74568d9650d4b28a0129715c61 (diff)
downloadglibc-284128f68f27567f9cad0078c97d7d807475e0a7.tar
glibc-284128f68f27567f9cad0078c97d7d807475e0a7.tar.gz
glibc-284128f68f27567f9cad0078c97d7d807475e0a7.tar.bz2
glibc-284128f68f27567f9cad0078c97d7d807475e0a7.zip
* include/stdlib.h: Use libc_hidden_proto for qsort.
* stdlib/msort.c: Add libc_hidden_def. * include/utime.h: Use libc_hidden_proto for utime. * sysdeps/generic/utime.c: Add libc_hidden_def. * sysdeps/unix/utime.c: Likewise. * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset * sysdeps/posix/sprofil.c (__sprofil): Likewise. * shadow/lckpwdf.c (__lckpwdf): Likewise (both). * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember * include/signal.h: Use libc_hidden_proto for raise, sigemptyset, sigfillset, sigismember, __sigpause, __libc_current_sigrtmin, and __libc_current_sigrtmax. * signal/sigismem.c: Add libc_hidden_def. * signal/sigfillset.c: Likewise. * signal/sigempty.c: Likewise. * sysdeps/generic/sigpause.c (__sigpause): Likewise. * sysdeps/posix/sigpause.c (__sigpause): Likewise. * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
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)