diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/kernel-features.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h index a97d4e23df..c04c4e2a02 100644 --- a/sysdeps/unix/sysv/linux/arm/kernel-features.h +++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h @@ -17,15 +17,6 @@ License along with the GNU C Library. If not, see <http://www.gnu.org/licenses/>. */ -/* Support for the recvmmsg syscall was added in 2.6.33. */ -#define __ASSUME_RECVMMSG_SYSCALL 1 - -/* Support for the accept4 syscall was added in 2.6.36. */ -#define __ASSUME_ACCEPT4_SYSCALL 1 - -/* Support for the sendmmsg syscall was added in 3.0. */ -#define __ASSUME_SENDMMSG_SYSCALL 1 - #include_next <kernel-features.h> /* The ARM kernel before 3.14.3 may or may not support |