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