diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/kernel-features.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/kernel-features.h b/nptl/sysdeps/unix/sysv/linux/kernel-features.h deleted file mode 100644 index 162d73e388..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/kernel-features.h +++ /dev/null @@ -1,6 +0,0 @@ -#include_next <kernel-features.h> - -/* NPTL can always assume all clone thread flags work. */ -#ifndef __ASSUME_CLONE_THREAD_FLAGS -# define __ASSUME_CLONE_THREAD_FLAGS 1 -#endif |