]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sigstack implemtation for Solaris.
authorUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 17:22:38 +0000 (17:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 17:22:38 +0000 (17:22 +0000)
sysdeps/unix/sysv/sysv4/solaris2/sigstack.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sigstack.c b/sysdeps/unix/sysv/sysv4/solaris2/sigstack.c
new file mode 100644 (file)
index 0000000..5aa73c8
--- /dev/null
@@ -0,0 +1,3 @@
+/* We can reuse the Linux implementation with some tricks.  */
+#define __NR_sigaltstack 1
+#include <sysdeps/unix/sysv/linux/sigstack.c>