]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
OS/2 EMX library's select() isn't thread safe so bypass it and go direct to
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:58:01 +0000 (17:58 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:58:01 +0000 (17:58 +0000)
commit5030a21695ccbbe139cff19a2e3b6b92829811b7
treebd28c22deee2be645d06c286765f874cfae30e03
parent5bfbb0bc1f8471b0af0cc1570d193311faf4696f
OS/2 EMX library's select() isn't thread safe so bypass it and go direct to
the OS/2 API call. Unfortunately this only works on socket handles which will
break probe_writable_fds() so I'll have to find a way to fix that too.

Submitted by: Brian Havard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83796 13f79535-47bb-0310-9956-ffa450edef68
os/os2/util_os2.c