mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +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:
parent
b361de8379
commit
f66b828a97
@ -511,10 +511,10 @@
|
||||
/* #undef HAVE_PK11_CREATEGENERICOBJECT */
|
||||
|
||||
/* Define to 1 if you have a working poll function. */
|
||||
#define HAVE_POLL 1
|
||||
/* #undef HAVE_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. */
|
||||
/* #undef HAVE_POLL_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user