New modules 'at-internal', 'openat-h', split off from module 'openat'.
[gnulib.git] / modules / fstatat
1 Description:
2 fstatat() function: Return information about a file at a directory.
3
4 Files:
5 lib/fstatat.c
6 lib/at-func.c
7 lib/openat-priv.h
8 m4/fstatat.m4
9
10 Depends-on:
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 fcntl-h
17 fstat
18 lstat
19 openat-die
20 openat-h
21 save-cwd
22 sys_stat
23
24 configure.ac:
25 gl_FUNC_FSTATAT
26 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
27   AC_LIBOBJ([fstatat])
28 fi
29 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
30 gl_MODULE_INDICATOR([fstatat]) dnl for lib/openat.h
31 gl_SYS_STAT_MODULE_INDICATOR([fstatat])
32
33 Makefile.am:
34
35 Include:
36 <sys/stat.h>
37
38 License:
39 GPL
40
41 Maintainer:
42 Jim Meyering, Eric Blake