summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/sysv4/sigaltstack.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/sigaltstack.S')
-rw-r--r--sysdeps/unix/sysv/sysv4/sigaltstack.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/sysv4/sigaltstack.S b/sysdeps/unix/sysv/sysv4/sigaltstack.S
new file mode 100644
index 0000000000..e7e4060fba
--- /dev/null
+++ b/sysdeps/unix/sysv/sysv4/sigaltstack.S
@@ -0,0 +1,2 @@
+/* SVR4 uses the BSD 4.4 sigaltstack syscall. */
+#include <sysdeps/unix/bsd/bsd4.4/sigaltstk.S>