Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/braun...
[sfrench/cifs-2.6.git] / arch / arm64 / include / asm / unistd.h
index c9f8dd421c5fb91fd5a388cacc3c2a5cebe4c64e..ede7b88d4f15ac08c62be79f9e381dd760cc35e8 100644 (file)
 #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.
@@ -33,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           434
+#define __NR_compat_syscalls           435
 #endif
 
 #define __ARCH_WANT_SYS_CLONE