aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/sigintr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sigintr.c')
-rw-r--r--sysdeps/posix/sigintr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/posix/sigintr.c b/sysdeps/posix/sigintr.c
index 8a512ce..ceac262 100644
--- a/sysdeps/posix/sigintr.c
+++ b/sysdeps/posix/sigintr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1996, 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
@@ -29,7 +29,7 @@ siginterrupt (sig, interrupt)
int interrupt;
{
#ifdef SA_RESTART
- extern sigset_t _sigintr; /* Defined in signal.c. */
+ extern sigset_t _sigintr attribute_hidden; /* Defined in signal.c. */
struct sigaction action;
if (__sigaction (sig, (struct sigaction *) NULL, &action) < 0)