[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 03/10] remove duplicate syscalls
Simon Kuenzer <simon.kuenzer@xxxxxxxxx> writes: > Sorry, I forgot to mention. Please add a prefix to the commit title, too. Of course > > On 04.06.19 18:28, Yuri Volchkov wrote: >> The implementation of syscall_shim relies on uniqueness of the syscall >> numbers. >> >> Signed-off-by: Yuri Volchkov <yuri.volchkov@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 13a3b66c..1d79368a 100644 >> --- a/lib/syscall_shim/arch/arm/syscall.h.in >> +++ b/lib/syscall_shim/arch/arm/syscall.h.in >> @@ -224,7 +224,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 >> @@ -296,7 +295,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 >> -- Yuri Volchkov Software Specialist NEC Europe Ltd Kurfürsten-Anlage 36 D-69115 Heidelberg _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |