Home
last modified time | relevance | path

Searched refs:_SetSIGSEGVHandling (Results 1 – 1 of 1) sorted by relevance

/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Dxtrapemacros.h303 # ifndef _SetSIGSEGVHandling
305 # define _SetSIGSEGVHandling(rtn) (void)signal(SIGSEGV, rtn) macro
307 # define _SetSIGSEGVHandling(rtn) /* */ macro
360 _SetSIGSEGVHandling(rtn); /* Accvio/Segment error */ \
377 _SetSIGSEGVHandling(SIG_DFL); /* Accvio/Segment error */ \