diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2012-05-29 14:25:04 -0700 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@android.com> | 2012-05-29 14:26:04 -0700 |
| commit | 393e559ddc06e8698841f8e141f5a5e24cffb942 (patch) | |
| tree | 9092120801bfca0f721a594bf07ad1bd6f9c4490 /toolbox/dd.h | |
| parent | 5dd3ec20632287cd559e5503b153383127d92625 (diff) | |
| download | system_core-393e559ddc06e8698841f8e141f5a5e24cffb942.tar.gz system_core-393e559ddc06e8698841f8e141f5a5e24cffb942.tar.bz2 system_core-393e559ddc06e8698841f8e141f5a5e24cffb942.zip | |
Enable conv=fdatasync in dd.
Matches behavior of coreutils dd. Also removes unsupported
conversions.
Change-Id: I9ed5a7d43b5b083041b261ce70f6c835b41dc7ac
Diffstat (limited to 'toolbox/dd.h')
| -rw-r--r-- | toolbox/dd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/dd.h b/toolbox/dd.h index cca10249..89f28332 100644 --- a/toolbox/dd.h +++ b/toolbox/dd.h @@ -91,3 +91,4 @@ typedef struct { #define C_UNBLOCK 0x80000 #define C_OSYNC 0x100000 #define C_SPARSE 0x200000 +#define C_FDATASYNC 0x400000 |
