From: Rich Felker Date: Wed, 8 Feb 2012 03:48:58 +0000 (-0500) Subject: fix typo in inotify.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=570edb19d12dd3920b576db06b657b639fdbac00;ds=sidebyside fix typo in inotify.h --- diff --git a/include/sys/inotify.h b/include/sys/inotify.h index 921a19ca..78acdfd0 100644 --- a/include/sys/inotify.h +++ b/include/sys/inotify.h @@ -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