mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
libuv: darwin: group kqueue-specific definitions together
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
# define UV_PLATFORM_SEM_T semaphore_t
|
# define UV_PLATFORM_SEM_T semaphore_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define UV_HAVE_KQUEUE 1
|
||||||
|
|
||||||
#define UV_IO_PRIVATE_PLATFORM_FIELDS \
|
#define UV_IO_PRIVATE_PLATFORM_FIELDS \
|
||||||
int rcount; \
|
int rcount; \
|
||||||
int wcount; \
|
int wcount; \
|
||||||
@@ -56,6 +58,4 @@
|
|||||||
#define UV_STREAM_PRIVATE_PLATFORM_FIELDS \
|
#define UV_STREAM_PRIVATE_PLATFORM_FIELDS \
|
||||||
void* select; \
|
void* select; \
|
||||||
|
|
||||||
#define UV_HAVE_KQUEUE 1
|
|
||||||
|
|
||||||
#endif /* UV_DARWIN_H */
|
#endif /* UV_DARWIN_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user