mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 14:23:18 -06:00
fix comment
This commit is contained in:
parent
42af0b7c62
commit
b2bd26e079
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ioctl(FIONBIO) sets a blocking mode with the single syscall
|
* ioctl(FIONBIO) sets a non-blocking mode with the single syscall
|
||||||
* while fcntl(F_SETFL, !O_NONBLOCK) needs to learn before
|
* while fcntl(F_SETFL, O_NONBLOCK) needs to learn the current state
|
||||||
* the previous state using fcntl(F_GETFL).
|
* using fcntl(F_GETFL).
|
||||||
*
|
*
|
||||||
* ioctl() and fcntl() are syscalls at least in FreeBSD 2.x, Linux 2.2
|
* ioctl() and fcntl() are syscalls at least in FreeBSD 2.x, Linux 2.2
|
||||||
* and Solaris 7.
|
* and Solaris 7.
|
||||||
|
Loading…
Reference in New Issue
Block a user