添加网络syscall
This commit is contained in:
parent
9cf65d0b28
commit
43f718961e
|
@ -255,6 +255,7 @@ const static void* func_table[] =
|
||||||
SYSCALL_NET(recvfrom), // 0x1c
|
SYSCALL_NET(recvfrom), // 0x1c
|
||||||
SYSCALL_NET(send), // 0x1d
|
SYSCALL_NET(send), // 0x1d
|
||||||
SYSCALL_NET(sendto), // 0x1e
|
SYSCALL_NET(sendto), // 0x1e
|
||||||
|
SYSCALL_NET(socket), // 0x1f
|
||||||
};
|
};
|
||||||
|
|
||||||
const void *lwp_get_sys_api(rt_uint32_t number)
|
const void *lwp_get_sys_api(rt_uint32_t number)
|
||||||
|
|
Loading…
Reference in New Issue