Commit 20423043 authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

image: Drop unused O_SHOW

Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
parent d416c78d
...@@ -101,7 +101,6 @@ extern bool img_common_magic; ...@@ -101,7 +101,6 @@ extern bool img_common_magic;
#define O_NOBUF (O_DIRECT) #define O_NOBUF (O_DIRECT)
#define O_SERVICE (O_DIRECTORY) #define O_SERVICE (O_DIRECTORY)
#define O_DUMP (O_WRONLY | O_CREAT | O_TRUNC) #define O_DUMP (O_WRONLY | O_CREAT | O_TRUNC)
#define O_SHOW (O_RDONLY | O_NOBUF)
#define O_RSTR (O_RDONLY) #define O_RSTR (O_RDONLY)
#define O_FORCE_LOCAL (O_SYNC) #define O_FORCE_LOCAL (O_SYNC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment