fcntl-h: rename from fcntl, in preparation for fcntl(2)
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cycle-check
12 d-ino
13 d-type
14 dirfd
15 fchdir
16 fcntl-h
17 fcntl-safer
18 hash
19 i-ring
20 lstat
21 memmove
22 openat
23 stdbool
24 unistd-safer
25
26 configure.ac:
27 gl_FUNC_FTS
28 gl_MODULE_INDICATOR([fts])
29
30 Makefile.am:
31
32 Include:
33 "fts_.h"
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering