mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* doc/posix-headers/stdalign.texi (stdalign.h): Document the C11 restriction. * lib/fts.c: Include stddef.h, for max_align_t. (fts_alloc): Align using max_align_t, not FTSENT. * modules/fts (Depends-on): Add stddef.
53 lines
569 B
Plaintext
53 lines
569 B
Plaintext
Description:
|
|
Traverse a file hierarchy.
|
|
|
|
Files:
|
|
lib/fts_.h
|
|
lib/fts.c
|
|
lib/fts-cycle.c
|
|
m4/fts.m4
|
|
|
|
Depends-on:
|
|
cloexec
|
|
closedir
|
|
cycle-check
|
|
d-ino
|
|
d-type
|
|
dirent-safer
|
|
dup
|
|
fchdir
|
|
fcntl-h
|
|
fcntl-safer
|
|
fdopendir
|
|
flexmember
|
|
fstat
|
|
hash
|
|
i-ring
|
|
lstat
|
|
memmove
|
|
openat-h
|
|
openat-safer
|
|
opendir
|
|
readdir
|
|
stdalign
|
|
stdbool
|
|
stddef
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_FUNC_FTS
|
|
dnl Use this version of fts unconditionally, since the GNU libc and
|
|
dnl NetBSD versions have bugs and/or unnecessary limitations.
|
|
AC_LIBOBJ([fts])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"fts_.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|