CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/19 19:33:39
Modified files:
bin/csh : lex.c
Log message:
Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead of
ioctl(fd, FIONBIO, ...). OK krw@
CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/19 19:33:39
Modified files:
bin/csh : lex.c
Log message:
Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead of
ioctl(fd, FIONBIO, ...). OK krw@