Searched defs:_SetSIGTERMHandling (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h345 # ifndef _SetSIGTERMHandling
347 # define _SetSIGTERMHandling(rtn) (void)signal(SIGTERM, rtn) macro
349 # define _SetSIGTERMHandling(rtn) /* */ macro
366 _SetSIGTERMHandling(rtn)
383 _SetSIGTERMHandling(SIG_DFL)

Completed in 38 milliseconds