aboutsummaryrefslogtreecommitdiff
path: root/gdb/param-no-tm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/param-no-tm.h')
-rwxr-xr-xgdb/param-no-tm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/param-no-tm.h b/gdb/param-no-tm.h
index 2e4af53..1a35e52 100755
--- a/gdb/param-no-tm.h
+++ b/gdb/param-no-tm.h
@@ -73,4 +73,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ADDR_BITS_SET(addr) (addr)
#endif /* No ADDR_BITS_REMOVE. */
+#if !defined (SYS_SIGLIST_MISSING)
+#define SYS_SIGLIST_MISSING defined (USG)
+#endif /* No SYS_SIGLIST_MISSING */
+
#endif /* param.h not already included. */