summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-01-15 13:42:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-15 13:42:54 +0100
commitc3583ce6789ed26bf0ce72ec0dc576071f25440a (patch)
treed9c7fe2e4a9dc7236302bd28634e699e28350617 /include
parent66af19d6eaa0ae82a39a7c6d1d29375b4a3698f5 (diff)
parent07ddb0584cac31be89fd111709519991fbd13de4 (diff)
downloadbarebox-c3583ce6789ed26bf0ce72ec0dc576071f25440a.tar.gz
barebox-c3583ce6789ed26bf0ce72ec0dc576071f25440a.tar.xz
Merge branch 'for-next/envfs-sort'
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a362bd32d8..1f6afaa27a 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -17,6 +17,7 @@ enum {
ACTION_FOLLOWLINKS = (1 << 1),
ACTION_DEPTHFIRST = (1 << 2),
/*ACTION_REVERSE = (1 << 3), - unused */
+ ACTION_SORT = (1 << 4),
};
int recursive_action(const char *fileName, unsigned flags,