diff options
Diffstat (limited to 'linux/arm/arch_defs_.h')
-rw-r--r-- | linux/arm/arch_defs_.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/arm/arch_defs_.h b/linux/arm/arch_defs_.h index 1a7e176f5..0b2f3b0d6 100644 --- a/linux/arm/arch_defs_.h +++ b/linux/arm/arch_defs_.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #define HAVE_ARCH_OLD_MMAP 1 #define HAVE_ARCH_OLD_SELECT 1 #define HAVE_ARCH_UID16_SYSCALLS 1 |