mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 05:20:44 +00:00
* config/mips/xm-mips.h: Define HAVE_TERMIOS.
This commit is contained in:
parent
c4ed7353fc
commit
b88edd756e
@ -64,5 +64,11 @@ extern void *memset();
|
||||
/* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */
|
||||
#define ONE_PROCESS_WRITETEXT
|
||||
|
||||
/* HAVE_SGTTY also works, except for the lack of usleep (which it would be
|
||||
possible to work around by writing our own using setitimer directly).
|
||||
|
||||
But we have termios, at least as of Ultrix 4.2A, so use it. */
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* Mips hosts need aligned va_list arguments. */
|
||||
#include "mips/xm-makeva.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user