Fix S_IROTH having the wrong value.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-03-28 16:25:42 +02:00
parent 8e34889cbd
commit c1e5bcba7f
1 changed files with 1 additions and 1 deletions

View File

@ -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