Fix FIONBIO comments

FIONBIO is defined in sys/termios.h and asm/socket.h.  Align the comments.
Remove unused REAL_FIONBIO.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2016-03-24 15:32:33 +01:00
parent b1b46d4580
commit 977912ff93
2 changed files with 4 additions and 3 deletions

View File

@ -71,7 +71,8 @@ POSIX commands */
#define TIOCPKT_NOSTOP 16
#define TIOCPKT_DOSTOP 32
#define FIONBIO 0x8004667e /* To be compatible with socket version */
/* Compatible with asm/socket.h */
#define FIONBIO 0x8004667e /* set/clear non-blocking i/o */
#define CTRL(ch) ((ch)&0x1F)