fadvise: new module providing a simpler interface to posix_fadvise
[coreutils/ericb.git] / gl / modules / fadvise
blob6d7bc7876622dc617ca5155b3c1b6325bd8fcc21
1 Description:
2 Declare an access pattern hint for files.
4 Files:
5 lib/fadvise.c
6 lib/fadvise.h
8 Depends-on:
9 ignore-value
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([posix_fadvise])
14 Makefile.am:
15 lib_SOURCES += fadvise.c fadvise.h
17 Include:
18 "fadvise.h"
20 License:
21 LGPL
23 Maintainer:
24 Pádraig Brady