mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 17:18:45 +02:00
* gl/lib/mbsalign.c, gl/lib/randread.c, gl/lib/targetdir.h: * gl/lib/xdectoint.c, gl/lib/xfts.c, gl/lib/xfts.h: * src/blake2/b2sum.c, src/copy.h, src/die.h, src/system.h: Don’t include <stdbool.h>, since Gnulib now emulates C23.
12 lines
353 B
C
12 lines
353 B
C
#include "fts_.h"
|
|
|
|
FTS *
|
|
xfts_open (char * const *, int options,
|
|
int (*) (const FTSENT **, const FTSENT **))
|
|
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC (fts_close, 1)
|
|
_GL_ATTRIBUTE_NONNULL ((1)) _GL_ATTRIBUTE_RETURNS_NONNULL;
|
|
|
|
bool
|
|
cycle_warning_required (FTS const *fts, FTSENT const *ent)
|
|
_GL_ATTRIBUTE_NONNULL () _GL_ATTRIBUTE_PURE;
|