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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h338 # ifndef _SetSIGPIPEHandling
340 # define _SetSIGPIPEHandling(rtn) (void)signal(SIGPIPE, rtn) macro
342 # define _SetSIGPIPEHandling(rtn) /* */ macro
365 _SetSIGPIPEHandling(rtn); \
382 _SetSIGPIPEHandling(SIG_DFL); \

Completed in 489 milliseconds