mirror of
git://git.musl-libc.org/musl
synced 2025-01-22 22:53:42 +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[];
|
||||
};
|
||||
|
||||
#define IN_CLOEXEC 020000000
|
||||
#define IN_CLOEXEC 02000000
|
||||
#define IN_NONBLOCK 04000
|
||||
|
||||
#define IN_ACCESS 0x00000001
|
||||
|
Loading…
Reference in New Issue
Block a user