fix typo in inotify.h

This commit is contained in:
Rich Felker 2012-02-07 22:48:58 -05:00
parent f2baf4d7b8
commit 570edb19d1

View File

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