aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/tm-lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/tm-lynx.h')
-rw-r--r--gdb/config/tm-lynx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/tm-lynx.h b/gdb/config/tm-lynx.h
index f040bb6..75935a8 100644
--- a/gdb/config/tm-lynx.h
+++ b/gdb/config/tm-lynx.h
@@ -25,4 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "coff-solib.h" /* COFF shared library support */
+/* Lynx's signal.h doesn't seem to have any macros for what signal numbers
+ the real-time events are. */
+#define REALTIME_LO 33
+/* One more than the last one. */
+#define REALTIME_HI 64
+
#endif /* TM_LYNX_H */