diff options
Diffstat (limited to 'gdb/config/powerpc/xm-cygwin32.h')
-rw-r--r-- | gdb/config/powerpc/xm-cygwin32.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/config/powerpc/xm-cygwin32.h b/gdb/config/powerpc/xm-cygwin32.h index becbebe..c20bc13 100644 --- a/gdb/config/powerpc/xm-cygwin32.h +++ b/gdb/config/powerpc/xm-cygwin32.h @@ -23,19 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define GDBINIT_FILENAME "gdb.ini" - #define SLASH_P(X) ((X)=='\\' || (X) == '/') #define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':')) #define SLASH_CHAR '/' #define SLASH_STRING "/" - /* If we longjmp out of the signal handler we never get another one. So disable immediate_quit inside request_quit */ #define REQUEST_QUIT - - - - - +/* Define this lseek(n) != nth byte of file */ +#define LSEEK_NOT_LINEAR |