kqueue -> kqueue_impl, kevent -> kevent_impl

This commit is contained in:
Lubos Dolezel 2017-02-28 17:51:54 +01:00
parent 7dbf79587a
commit e7f550d34d

View File

@ -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