blob: e01e533c50026342d72494d8f210a3242a82c95d [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/fcntl64cmds.in; do not edit. */
#if !(defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64))
# define F_GETLK64 12
#endif
#if !(defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64))
# define F_SETLK64 13
#endif
#if !(defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64))
# define F_SETLKW64 14
#endif
#ifdef IN_MPERS
# error static const struct xlat fcntl64cmds in mpers mode
#else
static
const struct xlat fcntl64cmds[] = {
/* asm-generic/fcntl.h */
XLAT(F_GETLK64),
XLAT(F_SETLK64),
XLAT(F_SETLKW64),
XLAT_END
};
#endif /* !IN_MPERS */