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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h324 # ifndef _SetSIGSYSHandling
326 # define _SetSIGSYSHandling(rtn) (void)signal(SIGSYS, rtn) macro
328 # define _SetSIGSYSHandling(rtn) /* */ macro
363 _SetSIGSYSHandling(rtn); /* Param error in sys call */ \
380 _SetSIGSYSHandling(SIG_DFL); /* Param error in sys call */ \

Completed in 1326 milliseconds