Pass SIGLIBRT directly to child processes.
[deliverable/binutils-gdb.git] / gdb / proc-events.c
index b291d317fe454b85d4486e4f7c8d542a72f9216b..daa6f5862f3989d2679df8e84f824ecebd953fcc 100644 (file)
@@ -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.  */
 };
This page took 0.024027 seconds and 4 git commands to generate.