Searched refs:SIGFPE_DEFAULT (Results 1 – 2 of 2) sorted by relevance
136 case ((intptr_t)(SIGFPE_DEFAULT)): in _sigfpe_master()175 case ((intptr_t)(SIGFPE_DEFAULT)): /* Error condition but ignore it. */ in _sigfpe_master()
60 #define SIGFPE_DEFAULT (void (*)())0 /* default exception handling */ macro