summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/sigaltstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/sigaltstack.c')
-rw-r--r--sysdeps/mach/hurd/sigaltstack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sigaltstack.c b/sysdeps/mach/hurd/sigaltstack.c
index c292b36fda..659b6b87a8 100644
--- a/sysdeps/mach/hurd/sigaltstack.c
+++ b/sysdeps/mach/hurd/sigaltstack.c
@@ -22,9 +22,8 @@
/* Run signals handlers on the stack specified by SS (if not NULL).
If OSS is not NULL, it is filled in with the old signal stack status. */
-/* XXX should be __sigaltstack ? */
int
-sigaltstack (ss, oss)
+sigaltstack (argss, oss)
const struct sigaltstack *argss;
struct sigaltstack *oss;
{