TIOCNXCL

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:

TIOCEXCL, TIOCSINUSE

ioctl() in the QNX Neutrino C Library Reference