1Description:
2Declare an access pattern hint for files.
3
4Files:
5lib/fadvise.c
6lib/fadvise.h
7
8Depends-on:
9ignore-value
10
11configure.ac:
12AC_CHECK_FUNCS_ONCE([posix_fadvise])
13
14Makefile.am:
15lib_SOURCES += fadvise.c fadvise.h
16
17Include:
18"fadvise.h"
19
20License:
21LGPL
22
23Maintainer:
24Pádraig Brady
25