diff options
Diffstat (limited to 'gdb/config/nm-lynx.h')
-rw-r--r-- | gdb/config/nm-lynx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h index d4ff5a4..a3f1ca3 100644 --- a/gdb/config/nm-lynx.h +++ b/gdb/config/nm-lynx.h @@ -40,6 +40,12 @@ struct target_waitstatus; #include <sys/proc.h> #include "gdbthread.h" +/* 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 + /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ |