| Portability | POSIX |
|---|---|
| Stability | none |
System.Posix.IOCtl
Description
The module wrapps the ioctl system call.
Documentation
Arguments
| :: IOControl req d | |
| => Fd | The file descriptor |
| -> req | The request |
| -> d | The data |
| -> IO d | The data after the call |
Calls a ioctl reading the structure after the call
Call a ioctl ignoring the result