aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/inotify_init_flags.h
blob: ce0e0af78d10b8e53e238176b679f6228d98b081 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Generated by ./xlat/gen.sh from ./xlat/inotify_init_flags.in; do not edit. */

static const struct xlat inotify_init_flags[] = {
#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
	XLAT(O_NONBLOCK),
#endif
#if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
	XLAT(O_CLOEXEC),
#endif
	XLAT_END
};