添加网络syscall

This commit is contained in:
heyuanjie 2018-08-01 17:03:06 +08:00
parent 9cf65d0b28
commit 43f718961e
1 changed files with 1 additions and 0 deletions

View File

@ -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)