aboutsummaryrefslogtreecommitdiff
path: root/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.h')
-rw-r--r--busybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.h b/busybox.h
index 442352537..ae256fe7b 100644
--- a/busybox.h
+++ b/busybox.h
@@ -47,6 +47,7 @@
/* Some useful definitions */
#define FALSE ((int) 0)
#define TRUE ((int) 1)
+#define SKIP ((int) 2)
/* for mtab.c */
#define MTAB_GETMOUNTPT '1'