diff options
Diffstat (limited to 'lib/mlibc/abis/linux/inotify.h')
-rw-r--r-- | lib/mlibc/abis/linux/inotify.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/mlibc/abis/linux/inotify.h b/lib/mlibc/abis/linux/inotify.h new file mode 100644 index 0000000..4a0bd4c --- /dev/null +++ b/lib/mlibc/abis/linux/inotify.h @@ -0,0 +1,9 @@ +#ifndef _ABIBITS_INOTIFY_H +#define _ABIBITS_INOTIFY_H + +#include <abi-bits/fcntl.h> + +#define IN_CLOEXEC O_CLOEXEC +#define IN_NONBLOCK O_NONBLOCK + +#endif // _ABIBITS_INOTIFY_H |