summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-31 23:34:16 +0800
committerruki <[email protected]>2020-01-31 15:25:40 +0800
commit6dae2cd8c6b930aea276d2b5f83a444136489531 (patch)
treee80cc195613fe39e2157949d5bd90f4e7b389a62 /core/src/xmake/makefile
parent1278352ff02dcbb52c5a866c3b477581c1c4eebc (diff)
add core/pipe read and write
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index d0dce1f67..3952f4b07 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -83,6 +83,9 @@ xmake_C_FILES += \
io/pipe_open \
io/pipe_openpair \
io/pipe_close \
+ io/pipe_read \
+ io/pipe_write \
+ io/pipe_wait \
path/relative \
path/absolute \
path/translate \