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

View File

@@ -11,7 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <finsh.h>
#include <errno.h>
#include <sys/errno.h>
static int errors = 0;
static void merror(const char *msg)