mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix S_IROTH having the wrong value.
This commit is contained in:
parent
8e34889cbd
commit
c1e5bcba7f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct stat
|
|||
|
||||
#define S_IXOTH 01
|
||||
#define S_IWOTH 02
|
||||
#define S_IROTH 03
|
||||
#define S_IROTH 04
|
||||
#define S_IRWXO 07
|
||||
#define S_IXGRP 010
|
||||
#define S_IWGRP 020
|
||||
|
|
Loading…
Reference in a new issue