• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/advise.in; do not edit. */
2 
3 static const struct xlat advise[] = {
4 #if defined(POSIX_FADV_NORMAL) || (defined(HAVE_DECL_POSIX_FADV_NORMAL) && HAVE_DECL_POSIX_FADV_NORMAL)
5 	XLAT(POSIX_FADV_NORMAL),
6 #endif
7 #if defined(POSIX_FADV_RANDOM) || (defined(HAVE_DECL_POSIX_FADV_RANDOM) && HAVE_DECL_POSIX_FADV_RANDOM)
8 	XLAT(POSIX_FADV_RANDOM),
9 #endif
10 #if defined(POSIX_FADV_SEQUENTIAL) || (defined(HAVE_DECL_POSIX_FADV_SEQUENTIAL) && HAVE_DECL_POSIX_FADV_SEQUENTIAL)
11 	XLAT(POSIX_FADV_SEQUENTIAL),
12 #endif
13 #if defined(POSIX_FADV_WILLNEED) || (defined(HAVE_DECL_POSIX_FADV_WILLNEED) && HAVE_DECL_POSIX_FADV_WILLNEED)
14 	XLAT(POSIX_FADV_WILLNEED),
15 #endif
16 #if defined(POSIX_FADV_DONTNEED) || (defined(HAVE_DECL_POSIX_FADV_DONTNEED) && HAVE_DECL_POSIX_FADV_DONTNEED)
17 	XLAT(POSIX_FADV_DONTNEED),
18 #endif
19 #if defined(POSIX_FADV_NOREUSE) || (defined(HAVE_DECL_POSIX_FADV_NOREUSE) && HAVE_DECL_POSIX_FADV_NOREUSE)
20 	XLAT(POSIX_FADV_NOREUSE),
21 #endif
22 	XLAT_END
23 };
24