mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
16 lines
442 B
Diff
16 lines
442 B
Diff
--- a/gdbsupport/signals.cc 2020-02-08 12:50:14.000000000 +0000
|
|
+++ b/gdbsupport/signals.cc 2020-02-11 13:08:56.482694697 +0000
|
|
@@ -31,6 +31,13 @@
|
|
_available_ realtime signal, not the lowest supported; glibc takes
|
|
several for its own use. */
|
|
|
|
+#ifndef __SIGRTMIN
|
|
+# define __SIGRTMIN 32
|
|
+#endif
|
|
+#ifndef __SIGRTMAX
|
|
+# define __SIGRTMAX _NSIG
|
|
+#endif
|
|
+
|
|
#ifndef REALTIME_LO
|
|
# if defined(__SIGRTMIN)
|
|
# define REALTIME_LO __SIGRTMIN
|