mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
eventfd: use eventfd_read to check existence since its what we use
This commit is contained in:
parent
d1fa3dcfa8
commit
b9cfc0c567
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ CHECK_FUNCTION_EXISTS(atoll LWS_HAVE_ATOLL)
|
|||
CHECK_FUNCTION_EXISTS(_atoi64 LWS_HAVE__ATOI64)
|
||||
CHECK_FUNCTION_EXISTS(_stat32i64 LWS_HAVE__STAT32I64)
|
||||
CHECK_FUNCTION_EXISTS(clock_gettime LWS_HAVE_CLOCK_GETTIME)
|
||||
CHECK_FUNCTION_EXISTS(eventfd LWS_HAVE_EVENTFD)
|
||||
CHECK_FUNCTION_EXISTS(eventfd_read LWS_HAVE_EVENTFD)
|
||||
|
||||
if (NOT LWS_HAVE_GETIFADDRS)
|
||||
if (LWS_WITHOUT_BUILTIN_GETIFADDRS)
|
||||
|
|
Loading…
Add table
Reference in a new issue