27 lines
660 B
C
27 lines
660 B
C
/* 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 */
|