Unregister an I/O control handler
#include <ioctl.h> void _unregister_ioctl_handler( _ioctl_handler_fct *function );
libc
The _unregister_ioctl_handler() function unregisters all previously registered command ranges that were registered using the specified I/O control handler.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |