summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sigstack.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-11 18:19:57 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-11 18:19:57 +0000
commit350eb336e3213847ebe73f4fd6c13dc02ef14ea7 (patch)
tree6f7962957fd4dcb43eceec2c22f5bbdf578f5163 /sysdeps/unix/sysv/linux/sigstack.c
parent81e0cb2da50c12ebafed2e17c1df0cc26c8bad3e (diff)
Update.
* configure.in: Use test -f instead of test -e. Patch by John Tobey <jtobey@banta-im.com>. * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file. * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file. * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file. * sysdeps/unix/sysv/linux/sigstack.c: Fix typo. * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo. * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file. * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file. Patches by John Tobey <jtobey@banta-im.com>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sigstack.c')
-rw-r--r--sysdeps/unix/sysv/linux/sigstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sigstack.c b/sysdeps/unix/sysv/linux/sigstack.c
index eb95f20785..ab66360c93 100644
--- a/sysdeps/unix/sysv/linux/sigstack.c
+++ b/sysdeps/unix/sysv/linux/sigstack.c
@@ -1,4 +1,4 @@
-/* Emulate sigstack function using sigalstack.
+/* Emulate sigstack function using sigaltstack.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.