diff mbox series

[4/4] linux-user/sparc64: Add inotify_rm_watch and tee syscalls

Message ID 20180607184844.30126-5-richard.henderson@linaro.org
State New
Headers show
Series linux-user: syscall number fixes | expand

Commit Message

Richard Henderson June 7, 2018, 6:48 p.m. UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 linux-user/sparc64/syscall_nr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Laurent Vivier June 7, 2018, 8:15 p.m. UTC | #1
Le 07/06/2018 à 20:48, Richard Henderson a écrit :
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  linux-user/sparc64/syscall_nr.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/linux-user/sparc64/syscall_nr.h b/linux-user/sparc64/syscall_nr.h
> index 9391645598..0b91b896da 100644
> --- a/linux-user/sparc64/syscall_nr.h
> +++ b/linux-user/sparc64/syscall_nr.h
> @@ -154,7 +154,7 @@
>  #define TARGET_NR_poll               153 /* Common                                      */
>  #define TARGET_NR_getdents64		154 /* Linux specific				   */
>  #define TARGET_NR_fcntl64            155 /* Linux sparc32 Specific                      */
> -/* #define TARGET_NR_getdirentries   156    SunOS Specific                              */
> +#define TARGET_NR_inotify_rm_watch   156 /* Linux specific                              */
>  #define TARGET_NR_statfs             157 /* Common                                      */
>  #define TARGET_NR_fstatfs            158 /* Common                                      */
>  #define TARGET_NR_umount             159 /* Common                                      */
> @@ -278,7 +278,7 @@
>  #define TARGET_NR_mq_notify		277
>  #define TARGET_NR_mq_getsetattr	278
>  #define TARGET_NR_waitid		279
> -/*#define TARGET_NR_sys_setaltroot	280 available (was setaltroot) */
> +#define TARGET_NR_tee                   280
>  #define TARGET_NR_add_key		281
>  #define TARGET_NR_request_key	282
>  #define TARGET_NR_keyctl		283
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
diff mbox series

Patch

diff --git a/linux-user/sparc64/syscall_nr.h b/linux-user/sparc64/syscall_nr.h
index 9391645598..0b91b896da 100644
--- a/linux-user/sparc64/syscall_nr.h
+++ b/linux-user/sparc64/syscall_nr.h
@@ -154,7 +154,7 @@ 
 #define TARGET_NR_poll               153 /* Common                                      */
 #define TARGET_NR_getdents64		154 /* Linux specific				   */
 #define TARGET_NR_fcntl64            155 /* Linux sparc32 Specific                      */
-/* #define TARGET_NR_getdirentries   156    SunOS Specific                              */
+#define TARGET_NR_inotify_rm_watch   156 /* Linux specific                              */
 #define TARGET_NR_statfs             157 /* Common                                      */
 #define TARGET_NR_fstatfs            158 /* Common                                      */
 #define TARGET_NR_umount             159 /* Common                                      */
@@ -278,7 +278,7 @@ 
 #define TARGET_NR_mq_notify		277
 #define TARGET_NR_mq_getsetattr	278
 #define TARGET_NR_waitid		279
-/*#define TARGET_NR_sys_setaltroot	280 available (was setaltroot) */
+#define TARGET_NR_tee                   280
 #define TARGET_NR_add_key		281
 #define TARGET_NR_request_key	282
 #define TARGET_NR_keyctl		283