summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-11-06 00:43:54 +0800
committerruki <[email protected]>2019-11-05 22:23:24 +0800
commit8e6b73d2016fd3a3bf658698e4eb10f82fbcc6f7 (patch)
tree36ad703480f39117dfc6f60515b911c0f8190b2b /core/src/xmake/makefile
parent3d8d86c9056c2ed4ba57e61ff0030f2749c847aa (diff)
register poller apis
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 960f5ef8b..61574c552 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -61,6 +61,7 @@ xmake_C_FILES += \
io/filelock_trylock \
io/filelock_close \
io/poller \
+ io/poller_wait \
io/poller_insert \
io/poller_remove \
io/poller_modify \