mirror of
https://github.com/curl/curl.git
synced 2026-08-02 05:10:28 +03:00
Enable poll on darwin13
Poll has long been broken on Mac OS X. Starting with 10.9 (darwin13) it now works correctly so this patch enables it there.
This commit is contained in:
parent
9987106f53
commit
5fe879555d
1 changed files with 1 additions and 1 deletions
|
|
@ -4729,7 +4729,7 @@ AC_DEFUN([CURL_CHECK_FUNC_POLL], [
|
|||
tst_allow_poll="unknown"
|
||||
#
|
||||
case $host_os in
|
||||
darwin*|interix*)
|
||||
darwin[[123456789]].*|darwin10.*|darwin11.*|darwin12.*|interix*)
|
||||
dnl poll() does not work on these platforms
|
||||
dnl Interix: "does provide poll(), but the implementing developer must
|
||||
dnl have been in a bad mood, because poll() only works on the /proc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue