diff options
Diffstat (limited to 'include/gdb/signals.def')
-rw-r--r-- | include/gdb/signals.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gdb/signals.def b/include/gdb/signals.def index 61cc88c..2b30e71 100644 --- a/include/gdb/signals.def +++ b/include/gdb/signals.def @@ -194,7 +194,9 @@ SET (GDB_EXC_EMULATION, 148, "EXC_EMULATION", "Emulation instruction") SET (GDB_EXC_SOFTWARE, 149, "EXC_SOFTWARE", "Software generated exception") SET (GDB_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint") +SET (GDB_SIGNAL_LIBRT, 151, "SIGLIBRT", "librt internal signal") + /* If you are adding a new signal, add it just above this comment. */ /* Last and unused enum value, for sizing arrays, etc. */ -SET (GDB_SIGNAL_LAST, 151, NULL, "GDB_SIGNAL_LAST") +SET (GDB_SIGNAL_LAST, 152, NULL, "GDB_SIGNAL_LAST") |