]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user/sparc64: Add inotify_rm_watch and tee syscalls
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jun 2018 18:48:44 +0000 (11:48 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 11 Jun 2018 12:47:45 +0000 (14:47 +0200)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180607184844.30126-5-richard.henderson@linaro.org>

linux-user/sparc64/syscall_nr.h

index 9391645598293bc00e7e7d732c34c309abb7eaf8..0b91b896da2a80404ec57f3ec61f7ecb52095641 100644 (file)
 #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                                      */
 #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