X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffts_.h;fp=lib%2Ffts_.h;h=73d29d3f728cbc61889e872022e554c226153e5d;hb=fd9f1acededd74f8cd095e657528aa8fad183536;hp=529403979f99091a844946394c1e0d6369d07de4;hpb=26c0590f06332c3a2f3e7e12a96f19a58f723fe2;p=gnulib.git diff --git a/lib/fts_.h b/lib/fts_.h index 529403979..73d29d3f7 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -145,10 +145,14 @@ typedef struct { # define FTS_NOATIME 0x0800 /* use O_NOATIME during traversal */ -# define FTS_OPTIONMASK 0x0fff /* valid user option mask */ + /* Use this flag to disable stripping of trailing slashes + from input path names during fts_open initialization. */ +# define FTS_VERBATIM 0x1000 -# define FTS_NAMEONLY 0x1000 /* (private) child names only */ -# define FTS_STOP 0x2000 /* (private) unrecoverable error */ +# define FTS_OPTIONMASK 0x1fff /* valid user option mask */ + +# define FTS_NAMEONLY 0x2000 /* (private) child names only */ +# define FTS_STOP 0x4000 /* (private) unrecoverable error */ int fts_options; /* fts_open options, global flags */ /* Map a directory's device number to a boolean. The boolean is