aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-13 04:00:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-13 04:00:46 +0000
commitd62e3f378dae08f64e0f2c557525e6e7e2e1e6d0 (patch)
tree6c5f37475d73ff1274649f565c084562a78d6ea7 /gdb/config
parent79f68f0f83f34c256862636b3472f2343cd0be11 (diff)
downloadgdb-d62e3f378dae08f64e0f2c557525e6e7e2e1e6d0.zip
gdb-d62e3f378dae08f64e0f2c557525e6e7e2e1e6d0.tar.gz
gdb-d62e3f378dae08f64e0f2c557525e6e7e2e1e6d0.tar.bz2
* config/mips/xm-mips.h: Remove comment about HAVE_SGTTY vs. usleep.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/xm-mips.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h
index 2f5917e..deb52ea 100644
--- a/gdb/config/mips/xm-mips.h
+++ b/gdb/config/mips/xm-mips.h
@@ -64,8 +64,7 @@ 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).
+/* HAVE_SGTTY also works, last we tried.
But we have termios, at least as of Ultrix 4.2A, so use it. */
#define HAVE_TERMIOS