Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 1 | /* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */ |
| 2 | |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 3 | #ifdef IN_MPERS |
| 4 | |
| 5 | # error static const struct xlat delete_module_flags in mpers mode |
| 6 | |
| 7 | #else |
| 8 | |
| 9 | static |
| 10 | const struct xlat delete_module_flags[] = { |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 11 | #if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 12 | XLAT(O_NONBLOCK), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 13 | #endif |
| 14 | #if defined(O_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 15 | XLAT(O_TRUNC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 16 | #endif |
Elliott Hughes | 0328d0a | 2015-03-18 11:18:43 -0700 | [diff] [blame] | 17 | XLAT_END |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 18 | }; |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 19 | |
| 20 | #endif /* !IN_MPERS */ |