summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-11-06 00:36:43 +0800
committerruki <[email protected]>2019-11-05 21:40:22 +0800
commit4e96ff73864ea29e5ec7730e5e08a20cf42e9b5f (patch)
treef2dd6c95ff1200d457018fc809db8ef4e3ad9755 /core/src/xmake/makefile
parentb1eee1ec65dd0f9d3a26af52596d86c331160587 (diff)
add io poller
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index e2660128a..960f5ef8b 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -60,6 +60,10 @@ xmake_C_FILES += \
io/filelock_unlock \
io/filelock_trylock \
io/filelock_close \
+ io/poller \
+ io/poller_insert \
+ io/poller_remove \
+ io/poller_modify \
io/socket_open \
io/socket_rawfd \
io/socket_wait \