mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
kqueue -> kqueue_impl, kevent -> kevent_impl
This commit is contained in:
parent
7dbf79587a
commit
e7f550d34d
@ -27,6 +27,8 @@ if (DARLING)
|
||||
# For epoll
|
||||
include_directories("${CMAKE_SOURCE_DIR}/src/kernel/emulation/linux/ext")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -nostdinc -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_SIGNALFD_H -DHAVE_SYS_TIMERFD_H -ggdb -O0")
|
||||
|
||||
add_definitions(-Dkqueue=kqueue_impl -Dkevent=kevent_impl)
|
||||
endif (DARLING)
|
||||
|
||||
#files
|
||||
|
Loading…
Reference in New Issue
Block a user