mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 14:18:27 +00:00
curl: use select instead of poll
The way curl interacts with our poll() emulation on top of select() leads to problems while establishing a connection.
This commit is contained in:
committed by
Christian Helmuth
parent
b361de8379
commit
f66b828a97
@ -511,10 +511,10 @@
|
|||||||
/* #undef HAVE_PK11_CREATEGENERICOBJECT */
|
/* #undef HAVE_PK11_CREATEGENERICOBJECT */
|
||||||
|
|
||||||
/* Define to 1 if you have a working poll function. */
|
/* Define to 1 if you have a working poll function. */
|
||||||
#define HAVE_POLL 1
|
/* #undef HAVE_POLL */
|
||||||
|
|
||||||
/* If you have a fine poll */
|
/* If you have a fine poll */
|
||||||
#define HAVE_POLL_FINE 1
|
/* #undef HAVE_POLL_FINE */
|
||||||
|
|
||||||
/* Define to 1 if you have the <poll.h> header file. */
|
/* Define to 1 if you have the <poll.h> header file. */
|
||||||
/* #undef HAVE_POLL_H */
|
/* #undef HAVE_POLL_H */
|
||||||
|
Reference in New Issue
Block a user