!627 codex问题修复

Merge pull request !627 from LeonChan/b2
This commit is contained in:
openharmony_ci 2021-09-22 06:42:59 +00:00 committed by Gitee
commit b20adcf0a3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef unsigned short fmode_t;
#define PROC_ERROR (-1)
/* Default file mode for procfs */
#define PROCFS_DEFAULT_MODE 0555
#define PROCFS_DEFAULT_MODE 0550
/* 64bit hashes as llseek() offset (for directories) */
#define FMODE_64BITHASH ((fmode_t)0x400)