-#if ETAP_EVENT_MONITOR
-#define ETAP_EXCEPTION_PROBE(_f, _th, _ex, _sysnum) \
- if (_ex == EXC_SYSCALL) { \
- ETAP_PROBE_DATA(ETAP_P_SYSCALL_UNIX, \
- _f, \
- _th, \
- _sysnum, \
- sizeof(int)); \
- }
-#else /* ETAP_EVENT_MONITOR */
-#define ETAP_EXCEPTION_PROBE(_f, _th, _ex, _sysnum)
-#endif /* ETAP_EVENT_MONITOR */
-
-extern void exception_return_wrapper( void );
-