summaryrefslogtreecommitdiff
path: root/sysdeps/generic/sigsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/sigsuspend.c')
-rw-r--r--sysdeps/generic/sigsuspend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/sigsuspend.c b/sysdeps/generic/sigsuspend.c
index c44d25429a..58452e334c 100644
--- a/sysdeps/generic/sigsuspend.c
+++ b/sysdeps/generic/sigsuspend.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1995,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
@@ -29,6 +29,7 @@ __sigsuspend (set)
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__sigsuspend)
weak_alias (__sigsuspend, sigsuspend)
stub_warning (sigsuspend)