diff options
| author | ruki <[email protected]> | 2019-11-03 22:19:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-03 22:19:55 +0800 |
| commit | 8eddfb0d678d6ea5427ae55e9dff108fde5add42 (patch) | |
| tree | cac98a7120db66447cf48b6b6c1bdf2d05be04a4 /core/src/xmake/makefile | |
| parent | b0a7b7a70cafc7988a33e1856147622b0ea92559 (diff) | |
add socket.sendto and socket.recvfrom
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index b3028e984..e2660128a 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -68,8 +68,10 @@ xmake_C_FILES += \ io/socket_accept \ io/socket_connect \ io/socket_send \ + io/socket_sendto \ io/socket_sendfile \ io/socket_recv \ + io/socket_recvfrom \ io/socket_close \ path/relative \ path/absolute \ |
