]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use F_SETFL for setting the O_NONBLOCK status flag. F_SETFD is for setting
authorSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 21:42:46 +0000 (21:42 +0000)
committerSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 21:42:46 +0000 (21:42 +0000)
commit5c5d265c73555a72c43fcac08b794acab2aee600
tree297366badaa78eb810dae88c6bfb12a34eec9e29
parent0a2922931521a3b6bdfa0e6f422e4e3f82f175e4
Use F_SETFL for setting the O_NONBLOCK status flag. F_SETFD is for setting
file descriptor flags (like FD_CLOEXEC).

PR: #47

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85115 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c