diff options
Diffstat (limited to 'libc-bottom-half/headers/public/__mode_t.h')
-rw-r--r-- | libc-bottom-half/headers/public/__mode_t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-bottom-half/headers/public/__mode_t.h b/libc-bottom-half/headers/public/__mode_t.h index c0beef5..d2dbe04 100644 --- a/libc-bottom-half/headers/public/__mode_t.h +++ b/libc-bottom-half/headers/public/__mode_t.h @@ -9,7 +9,7 @@ #define S_IFLNK (0xa000) #define S_IFREG (0x8000) #define S_IFSOCK (0xc000) -#define S_IFIFO (0xc000) +#define S_IFIFO (0x1000) #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) |