Home
last modified time | relevance | path

Searched refs:SIGIOT (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sal/osl/unx/
H A Dsignal.c111 #if ( SIGIOT != SIGABRT )
112 { SIGIOT, ACT_ABORT, NULL }, /* IOT instruction */
923 case SIGIOT: in SignalHandlerFunction()
924 #if ( SIGIOT != SIGABRT ) in SignalHandlerFunction()
/AOO42X/main/vcl/unx/generic/app/
H A Dsaldata.cxx85 #ifndef SIGIOT
86 #define SIGIOT SIGABRT macro