remove libc_errno.h & libc_limits.h

This commit is contained in:
Meco Man
2021-05-22 02:50:35 +08:00
parent 126af8e43c
commit a5f7635f31
20 changed files with 27 additions and 57 deletions
@@ -13,7 +13,7 @@
#include <dfs_file.h>
#include <dfs_poll.h>
#include <dfs_net.h>
#include <sys/errno.h>
#include <sys/socket.h>
int accept(int s, struct sockaddr *addr, socklen_t *addrlen)