summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/restart.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads/restart.h')
-rw-r--r--libpthread/linuxthreads/restart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/restart.h b/libpthread/linuxthreads/restart.h
index 694ec48cf..7d63a7022 100644
--- a/libpthread/linuxthreads/restart.h
+++ b/libpthread/linuxthreads/restart.h
@@ -13,7 +13,8 @@
/* GNU Library General Public License for more details. */
#include <signal.h>
-#include <bits/kernel-features.h>
+#include <sys/syscall.h>
+#define __ASSUME_REALTIME_SIGNALS defined(__NR_rt_sigaction)
/* Primitives for controlling thread execution */