detach an interrupt handler
#include <sys/irqinfo.h> int qnx_hint_detach( int iid );
The qnx_hint_detach() function detaches the interrupt handler associated with iid. The iid is the value returned by qnx_hint_attach(). If no other process is attached to the interrupt then the interrupt is masked off.
errno, qnx_hint_attach(), qnx_hint_query()
See qnx_hint_attach().
QNX
QNX