aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/dd.h')
-rw-r--r--bin/dd/dd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index a255a5970e52..893e9965e8d3 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -103,6 +103,7 @@ typedef struct {
#define C_PROGRESS 0x0000000040000000ULL
#define C_FSYNC 0x0000000080000000ULL
#define C_FDATASYNC 0x0000000100000000ULL
+#define C_OFSYNC 0x0000000200000000ULL
#define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)