mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 15:22:15 +00:00
fix typo in inotify.h
This commit is contained in:
parent
f2baf4d7b8
commit
570edb19d1
@ -13,7 +13,7 @@ struct inotify_event {
|
|||||||
char name[];
|
char name[];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IN_CLOEXEC 020000000
|
#define IN_CLOEXEC 02000000
|
||||||
#define IN_NONBLOCK 04000
|
#define IN_NONBLOCK 04000
|
||||||
|
|
||||||
#define IN_ACCESS 0x00000001
|
#define IN_ACCESS 0x00000001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user