Author :
guenther
Date :
2024-12-30 02:46:00
Hash :b9ae17a0 Message :All the device and file type ioctl routines just ignore FIONBIO,
so stop calling down into those layer from fcntl(F_SETFL) or
ioctl(FIONBIO) and delete the "do nothing for this" stubs in all
the *ioctl routines.
ok dlg@