[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 3/9] lib/syscall_shim: remove duplicate syscalls
The implementation of syscall_shim relies on uniqueness of the syscall numbers. Signed-off-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/syscall_shim/arch/arm/syscall.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/syscall_shim/arch/arm/syscall.h.in b/lib/syscall_shim/arch/arm/syscall.h.in index 81082962..d29a7dc1 100644 --- a/lib/syscall_shim/arch/arm/syscall.h.in +++ b/lib/syscall_shim/arch/arm/syscall.h.in @@ -225,7 +225,6 @@ #define __NR_tgkill 268 #define __NR_utimes 269 #define __NR_fadvise64_64 270 -#define __NR_arm_fadvise64_64 270 #define __NR_pciconfig_iobase 271 #define __NR_pciconfig_read 272 #define __NR_pciconfig_write 273 @@ -297,7 +296,6 @@ #define __NR_get_robust_list 339 #define __NR_splice 340 #define __NR_sync_file_range2 341 -#define __NR_arm_sync_file_range 341 #define __NR_tee 342 #define __NR_vmsplice 343 #define __NR_move_pages 344 -- 2.19.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |