Make fts (in FTS_CWDFD mode) more efficient by caching a few open
[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-type
13 dirfd
14 fcntl
15 fcntl-safer
16 hash
17 i-ring
18 lstat
19 openat
20 stdbool
21 unistd-safer
22
23 configure.ac:
24 gl_FUNC_FTS
25
26 Makefile.am:
27
28 Include:
29 "fts_.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Jim Meyering