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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user