fts: sort dirent entries on inode number before traversing
[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
17 fcntl-safer
18 hash
19 i-ring
20 lstat
21 openat
22 stdbool
23 unistd-safer
24
25 configure.ac:
26 gl_FUNC_FTS
27 gl_MODULE_INDICATOR([fts])
28
29 Makefile.am:
30
31 Include:
32 "fts_.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering