diff options
Diffstat (limited to 'gdb/xm-go32.h')
-rw-r--r-- | gdb/xm-go32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/xm-go32.h b/gdb/xm-go32.h index 06b7002..808e5a3 100644 --- a/gdb/xm-go32.h +++ b/gdb/xm-go32.h @@ -22,3 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SYS_SIGLIST_MISSING 1 #define HOST_BYTE_ORDER LITTLE_ENDIAN #include "fopen-bin.h" + +/* Define this lseek(n) != nth byte of file */ +#define LSEEK_NOT_LINEAR + |