Searched refs:_SetSIGILLHandling (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h317 # ifndef _SetSIGILLHandling
319 # define _SetSIGILLHandling(rtn) (void)signal(SIGILL, rtn) macro
321 # define _SetSIGILLHandling(rtn) /* */ macro
362 _SetSIGILLHandling(rtn); /* Illegal instruction */ \
379 _SetSIGILLHandling(SIG_DFL); /* Illegal instruction */ \

Completed in 48 milliseconds