TIOCNXCL
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
Reset exclusive use of a terminal
Synopsis:
#include <sys/ioctl.h>
#define TIOCNXCL        _IO('t', 14)
Arguments to ioctl():
| Argument | Value | 
|---|---|
| fd | A file descriptor that you obtained by opening the device | 
| request | TIOCNXCL | 
Description:
This command resets the exclusive use of a terminal.
Input:
None.
Output:
None.
See also:
ioctl() in the QNX OS C Library Reference
Page updated: 
