Commit ae00aafe6e092a700bd399227ca72b5ca12829a1

Authored by Filip Navara
1 parent d97138dc

Remove definition of O_BINARY, it is already defined in qemu-common.h.

Signed-off-by: Filip Navara <filip.navara@gmail.com>
Showing 1 changed file with 0 additions and 4 deletions
arm-semi.c
@@ -59,10 +59,6 @@ @@ -59,10 +59,6 @@
59 #define SYS_HEAPINFO 0x16 59 #define SYS_HEAPINFO 0x16
60 #define SYS_EXIT 0x18 60 #define SYS_EXIT 0x18
61 61
62 -#ifndef O_BINARY  
63 -#define O_BINARY 0  
64 -#endif  
65 -  
66 #define GDB_O_RDONLY 0x000 62 #define GDB_O_RDONLY 0x000
67 #define GDB_O_WRONLY 0x001 63 #define GDB_O_WRONLY 0x001
68 #define GDB_O_RDWR 0x002 64 #define GDB_O_RDWR 0x002