aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/sigsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sigsuspend.c')
-rw-r--r--sysdeps/posix/sigsuspend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/sigsuspend.c b/sysdeps/posix/sigsuspend.c
index be4b990..e85752a 100644
--- a/sysdeps/posix/sigsuspend.c
+++ b/sysdeps/posix/sigsuspend.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 1997, 1998, 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,4 +49,5 @@ __sigsuspend (set)
__set_errno (save);
return -1;
}
+libc_hidden_def (__sigsuspend)
weak_alias (__sigsuspend, sigsuspend)