diff options
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r-- | gdb/rdi-share/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h index 121a823..2a715fd 100644 --- a/gdb/rdi-share/host.h +++ b/gdb/rdi-share/host.h @@ -158,6 +158,7 @@ typedef char *ArgvType; #define ROR_32(val, n) \ ((((unsigned32)(val) >> (n)) | ((unsigned32)(val) << (32-(n)))) & 0xFFFFFFFFL) +#if 0 #ifdef COMPILING_ON_UNIX # define FOPEN_WB "w" # define FOPEN_RB "r" @@ -170,6 +171,7 @@ typedef char *ArgvType; # define FOPEN_RB "rb" # define FOPEN_RWB "rb+" #endif +#endif #ifndef FILENAME_MAX # define FILENAME_MAX 256 |