This patch replaces ctty constants with more descriptive macros
(CTTY_UNINITIALIZED and CTTY_RELEASED) rather than -1 and -2 as
well as checking sign with CTTY_IS_VALID().
Fixes:
|
||
|---|---|---|
| .. | ||
| base.cc | ||
| clipboard.cc | ||
| console.cc | ||
| cygdrive.cc | ||
| dev.cc | ||
| dev_fd.cc | ||
| disk_file.cc | ||
| dsp.cc | ||
| fifo.cc | ||
| floppy.cc | ||
| mqueue.cc | ||
| netdrive.cc | ||
| nodevice.cc | ||
| null.cc | ||
| pipe.cc | ||
| proc.cc | ||
| process.cc | ||
| process_fd.cc | ||
| procnet.cc | ||
| procsys.cc | ||
| procsysvipc.cc | ||
| pty.cc | ||
| random.cc | ||
| raw.cc | ||
| registry.cc | ||
| serial.cc | ||
| signalfd.cc | ||
| socket.cc | ||
| socket_inet.cc | ||
| socket_local.cc | ||
| socket_unix.cc | ||
| tape.cc | ||
| termios.cc | ||
| timerfd.cc | ||
| virtual.cc | ||
| windows.cc | ||
| zero.cc | ||