summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmount/src/libmount.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
index 6d3a12f61..5d62a5566 100644
--- a/libmount/src/libmount.h.in
+++ b/libmount/src/libmount.h.in
@@ -129,6 +129,7 @@ enum {
#define MNT_ERR_LOOPDEV 5003 /* loopdev setup failed, errno set by libc */
#define MNT_ERR_MOUNTOPT 5004 /* failed to parse/use userspace mount options */
#define MNT_ERR_APPLYFLAGS 5005 /* failed to apply MS_PROPAGATION flags */
+#define MNT_ERR_AMBIFS 5006 /* libblkid detected more filesystems on the device */
#ifndef __GNUC_PREREQ
# if defined __GNUC__ && defined __GNUC_MINOR__