New module 'fstatat', 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.h
8 lib/openat-priv.h
9 m4/fstatat.m4
10
11 Depends-on:
12 dirent
13 dosname
14 errno
15 extensions
16 fchdir
17 fcntl-h
18 fstat
19 lstat
20 openat
21 openat-die
22 save-cwd
23 stdbool
24 sys_stat
25 unistd
26
27 configure.ac:
28 gl_FUNC_FSTATAT
29 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
30   AC_LIBOBJ([fstatat])
31 fi
32 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
33 gl_MODULE_INDICATOR([fstatat]) dnl for lib/openat.h
34 gl_SYS_STAT_MODULE_INDICATOR([fstatat])
35
36 Makefile.am:
37
38 Include:
39 <sys/stat.h>
40
41 License:
42 GPL
43
44 Maintainer:
45 Jim Meyering, Eric Blake