提交 43f71896 编写于 作者: H heyuanjie

添加网络syscall

上级 9cf65d0b
......@@ -255,6 +255,7 @@ const static void* func_table[] =
SYSCALL_NET(recvfrom), // 0x1c
SYSCALL_NET(send), // 0x1d
SYSCALL_NET(sendto), // 0x1e
SYSCALL_NET(socket), // 0x1f
};
const void *lwp_get_sys_api(rt_uint32_t number)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册