This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_disable_signal_handler

Function Documentation

int rc_disable_signal_handler(void)

resets the system signal callbacks to defualt, generally this is never needed unless you are intentionally changing signal handlers in the middle of a program.

Returns

Returns 0 on success or -1 on error