Update copyright dates with scripts/update-copyrights.
[glibc.git] / sysdeps / unix / sysv / linux / aarch64 / kernel-features.h
blobdc8394c3e32dd2e004347fa2d800e5aa6dcb3746
1 /* Set flags signalling availability of kernel features based on given
2 kernel version number.
4 Copyright (C) 2009-2015 Free Software Foundation, Inc.
6 This file is part of the GNU C Library.
8 The GNU C Library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
13 The GNU C Library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
18 You should have received a copy of the GNU Lesser General Public
19 License along with the GNU C Library; if not, see
20 <http://www.gnu.org/licenses/>. */
22 #include <linux/version.h>
24 /* AArch64 support starts with 3.7.0, guaranteeing many kernel
25 features. */
27 #define __ASSUME_ACCEPT4_SYSCALL 1
28 #define __ASSUME_RECVMMSG_SYSCALL 1
29 #define __ASSUME_SENDMMSG_SYSCALL 1
31 #include_next <kernel-features.h>