CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/09 03:11:26
Modified files:
lib/libedit : read.c
Log message:
Unifdef read__fixio() to make it readable.
Also, no need to clear O_NDELAY with fcntl(F_SETFL)
when ioctl(FIONBIO) is called right afterwards.
No functional change intended.
OK martijn@
