diff options
author | robot-contrib <[email protected]> | 2022-12-02 16:18:16 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2022-12-02 16:18:16 +0300 |
commit | 22a73deb46c33ab8539b522286f0fb9b3364f856 (patch) | |
tree | af3cf69e9e6ebc887a5add5491b2fcebbfdff06a /contrib/libs/curl/lib/select.h | |
parent | 2e7d246d83a0077f08e6fed36594fc2087949502 (diff) |
Update contrib/libs/curl to 7.86.0
Diffstat (limited to 'contrib/libs/curl/lib/select.h')
-rw-r--r-- | contrib/libs/curl/lib/select.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/libs/curl/lib/select.h b/contrib/libs/curl/lib/select.h index eaff7d9b1ca..f2cf8bbd9fa 100644 --- a/contrib/libs/curl/lib/select.h +++ b/contrib/libs/curl/lib/select.h @@ -36,8 +36,7 @@ * Definition of pollfd struct and constants for platforms lacking them. */ -#if !defined(HAVE_STRUCT_POLLFD) && \ - !defined(HAVE_SYS_POLL_H) && \ +#if !defined(HAVE_SYS_POLL_H) && \ !defined(HAVE_POLL_H) && \ !defined(POLLIN) |