]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Initial revision
authorRoland McGrath <roland@gnu.org>
Wed, 2 Feb 1994 22:10:28 +0000 (22:10 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 2 Feb 1994 22:10:28 +0000 (22:10 +0000)
sysdeps/unix/sysv/sysv4/sigaltstack.S [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sysv4/sigaltstack.S b/sysdeps/unix/sysv/sysv4/sigaltstack.S
new file mode 100644 (file)
index 0000000..f7cf0d5
--- /dev/null
@@ -0,0 +1,2 @@
+/* SVR4 uses the BSD 4.4 sigaltstack syscall.  */
+#include <sysdeps/unix/bsd/bsd4.4/sigaltstack.S>