aboutsummaryrefslogtreecommitdiff
path: root/xlat/fcntl64cmds.h
blob: e01e533c50026342d72494d8f210a3242a82c95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* 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 */