diff options
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/sigaltstack.S')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/sigaltstack.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/sysv4/sigaltstack.S b/sysdeps/unix/sysv/sysv4/sigaltstack.S index e7e4060fba..f7cf0d57f4 100644 --- a/sysdeps/unix/sysv/sysv4/sigaltstack.S +++ b/sysdeps/unix/sysv/sysv4/sigaltstack.S @@ -1,2 +1,2 @@ /* SVR4 uses the BSD 4.4 sigaltstack syscall. */ -#include <sysdeps/unix/bsd/bsd4.4/sigaltstk.S> +#include <sysdeps/unix/bsd/bsd4.4/sigaltstack.S> |