严格代码检查,修复大量错误,以及diskio.c ioctl参数大小导致的卡死问题

This commit is contained in:
zhangzheng
2025-03-23 17:35:56 +08:00
parent 749e24ddb7
commit 54b6bc9c24
139 changed files with 1317 additions and 1077 deletions

View File

@@ -49,10 +49,10 @@ extern "C" {
#define _IOLBF 1
#define _IONBF 2
#define BUFSIZ 64 //TODO: 1024
#define BUFSIZ 128 //TODO: 1024
#define FILENAME_MAX 128 //TODO:4096
#define FOPEN_MAX 1000
#define TMP_MAX 10000
#define FOPEN_MAX 64 //1000
#define TMP_MAX 64 //10000
#define L_tmpnam 20
typedef union _G_fpos64_t {