Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
[linux-2.6-block.git] / arch / arm64 / include / asm / unistd.h
index e4e0523102e247958498c4a20ec4664b5921e4bc..2629a68b87244facd78a6ad5e9d4b18ca6ac18ad 100644 (file)
@@ -1,17 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2012 ARM Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 #ifdef CONFIG_COMPAT
 #define __ARCH_WANT_COMPAT_STAT64
 #define __NR_compat_exit               1
 #define __NR_compat_read               3
 #define __NR_compat_write              4
+#define __NR_compat_gettimeofday       78
 #define __NR_compat_sigreturn          119
 #define __NR_compat_rt_sigreturn       173
+#define __NR_compat_clock_getres       247
+#define __NR_compat_clock_gettime      263
+#define __NR_compat_clock_gettime64    403
+#define __NR_compat_clock_getres_time64        406
 
 /*
  * The following SVCs are ARM private.
@@ -44,7 +38,7 @@
 #define __ARM_NR_compat_set_tls                (__ARM_NR_COMPAT_BASE + 5)
 #define __ARM_NR_COMPAT_END            (__ARM_NR_COMPAT_BASE + 0x800)
 
-#define __NR_compat_syscalls           437
+#define __NR_compat_syscalls           436
 #endif
 
 #define __ARCH_WANT_SYS_CLONE