aboutsummaryrefslogtreecommitdiff
path: root/gdb/proc-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/proc-events.c')
-rw-r--r--gdb/proc-events.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c
index b291d31..daa6f58 100644
--- a/gdb/proc-events.c
+++ b/gdb/proc-events.c
@@ -1536,6 +1536,9 @@ static struct trans signal_table[] =
#ifdef SIGAIO
{ SIGAIO, "SIGAIO", "Asynchronous I/O signal" },
#endif
+#ifdef SIGLIBRT
+ { SIGLIBRT, "SIGLIBRT", "Used by librt" },
+#endif
/* FIXME: add real-time signals. */
};