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