diff options
| author | ruki <[email protected]> | 2019-10-13 07:35:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-13 07:35:51 +0800 |
| commit | 577363396ad259128813f52148547fd97f89f95b (patch) | |
| tree | c6795ed6c2a1d7ca99e2723e76fb13cb47ed659c /core/src/xmake/makefile | |
| parent | 9d3eab796916f907a5fc95b4333791ee2ac6df49 (diff) | |
add socket.rawfd
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 1572cecbf..bc9b27ba2 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/socket_open \ + io/socket_rawfd \ io/socket_close \ path/relative \ path/absolute \ |
