1/* Generated by ./xlat/gen.sh from ./xlat/fcntl64cmds.in; do not edit. */
2#if !(defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64))
3# define F_GETLK64 12
4#endif
5#if !(defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64))
6# define F_SETLK64 13
7#endif
8#if !(defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64))
9# define F_SETLKW64 14
10#endif
11
12#ifdef IN_MPERS
13
14# error static const struct xlat fcntl64cmds in mpers mode
15
16#else
17
18static
19const struct xlat fcntl64cmds[] = {
20/* asm-generic/fcntl.h */
21 XLAT(F_GETLK64),
22 XLAT(F_SETLK64),
23 XLAT(F_SETLKW64),
24 XLAT_END
25};
26
27#endif /* !IN_MPERS */
28