blob: 484cbcf59af64d7f7571fdab9af9a51cf83c9419 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
2
3static const struct xlat delete_module_flags[] = {
4#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
5 XLAT(O_NONBLOCK),
6#endif
7#if defined(O_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC)
8 XLAT(O_TRUNC),
9#endif
10 XLAT_END
11};