Changeset 14122
- Timestamp:
- Aug 5, 2010, 1:48:55 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/x86-exceptions.c
r14119 r14122 1872 1872 sa.sa_flags = 1873 1873 0 /* SA_RESTART */ 1874 | SA_SIGINFO 1874 1875 #ifdef USE_SIGALTSTACK 1875 | on_altstack ? SA_ONSTACK : 01876 #endif 1877 | SA_SIGINFO;1876 | (on_altstack ? SA_ONSTACK : 0) 1877 #endif 1878 ; 1878 1879 1879 1880 sigaction(signo, &sa, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
