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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h331 # ifndef _SetSIGHUPHandling
333 # define _SetSIGHUPHandling(rtn) (void)signal(SIGHUP, rtn) macro
335 # define _SetSIGHUPHandling(rtn) /* */ macro
364 _SetSIGHUPHandling(rtn); \
381 _SetSIGHUPHandling(SIG_DFL); \

Completed in 1604 milliseconds