You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
660 B
27 lines
660 B
/* 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 */
|
|
|