]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/utmp_file.c
* include/stdlib.h: Use libc_hidden_proto for qsort.
[thirdparty/glibc.git] / sysdeps / generic / utmp_file.c
index 1f88b360c3d06b1281f0f3782f3033a60e7ffb92..0baf4118e9bdfc275defd360e7a7a40ca035c21f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1996,97,98,99,2000,01,02 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>
    and Paul Janzen <pcj@primenet.com>, 1996.
@@ -57,7 +57,7 @@ static void timeout_handler (int signum) {};
                                                                         \
   /* Establish signal handler.  */                                      \
   action.sa_handler = timeout_handler;                                  \
-  sigemptyset (&action.sa_mask);                                        \
+  __sigemptyset (&action.sa_mask);                                      \
   action.sa_flags = 0;                                                  \
   __sigaction (SIGALRM, &action, &old_action);                          \
                                                                         \