Changes in libcfa/src/bits/signal.hfa [c1ee231:8a13c47]
- File:
-
- 1 edited
-
libcfa/src/bits/signal.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/signal.hfa
rc1ee231 r8a13c47 19 19 #include "bits/defs.hfa" 20 20 21 extern "C" { 21 22 #include <errno.h> 22 23 #define __USE_GNU … … 25 26 #include <stdlib.h> 26 27 #include <string.h> 28 } 27 29 28 30 // Short hands for signal context information … … 52 54 sig, handler, flags, errno, strerror( errno ) 53 55 ); 54 _ Exit( EXIT_FAILURE );56 _exit( EXIT_FAILURE ); 55 57 } // if 56 58 }
Note:
See TracChangeset
for help on using the changeset viewer.