diff options
author | 1996-02-12 10:00:30 +0000 | |
---|---|---|
committer | 1996-02-12 10:00:30 +0000 | |
commit | 63f89404026453219f74d425b0fb58a1fe59294b (patch) | |
tree | 97ee083bfba2802f54869cbe9babf3fbd3704e86 /sysdeps/unix/sysv/sysv4/sigaltstack.S | |
parent | Mon Feb 12 03:10:41 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> (diff) | |
download | glibc-cvs/libc-960212.tar.xz glibc-cvs/libc-960212.zip |
* hurd/hurdfault.c (_hurdsig_fault_init): Set qlimit oncvs/libc-960212
FORWARD_SIGEXC to one. Uncomment setting of thread exc port, and
move it to last thing.
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/sigaltstack.S')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/sigaltstack.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/sysv4/sigaltstack.S b/sysdeps/unix/sysv/sysv4/sigaltstack.S deleted file mode 100644 index f7cf0d57f4..0000000000 --- a/sysdeps/unix/sysv/sysv4/sigaltstack.S +++ /dev/null @@ -1,2 +0,0 @@ -/* SVR4 uses the BSD 4.4 sigaltstack syscall. */ -#include <sysdeps/unix/bsd/bsd4.4/sigaltstack.S> |