提交 b823ef2d 编写于 作者: R Rich Felker

fix FILENAME_MAX to match PATH_MAX

POSIX is not clear on whether it includes the termination, but ISO C
requires that it does. the whole concept of this macro is rather
useless, but it's better to be correct anyway.
上级 2f5fe458
......@@ -38,7 +38,7 @@ extern "C" {
#define _IONBF 2
#define BUFSIZ 1024
#define FILENAME_MAX 4095
#define FILENAME_MAX 4096
#define FOPEN_MAX 1000
#define TMP_MAX 10000
#define L_tmpnam 20
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册