mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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 */
|
||||
|
||||
/* 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 */
|
||||
|
||||
Reference in New Issue
Block a user