Move __SIGRTMIN.
[deliverable/binutils-gdb.git] / gdb / nat / linux-nat.h
index 0633fa93f98cc9e42e217d392b4a27d61d916bd5..70e6274ac0dd67493ac282ab093aeb95e1b0d17e 100644 (file)
 struct lwp_info;
 struct arch_lwp_info;
 
+/* This is the kernel's hard limit.  Not to be confused with SIGRTMIN.  */
+#ifndef __SIGRTMIN
+#define __SIGRTMIN 32
+#endif
+
 /* Unlike other extended result codes, WSTOPSIG (status) on
    PTRACE_O_TRACESYSGOOD syscall events doesn't return SIGTRAP, but
    instead SIGTRAP with bit 7 set.  */
This page took 0.023814 seconds and 4 git commands to generate.