On 12 May 2015 at 13:27, Andreas Schwab <[email protected]> wrote: > On arm the original timerfd syscall was reused for the new timerfd_create > syscall. > > Signed-off-by: Andreas Schwab <[email protected]> > --- > linux-user/arm/syscall_nr.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h > index 7d7be7c..53552be 100644 > --- a/linux-user/arm/syscall_nr.h > +++ b/linux-user/arm/syscall_nr.h > @@ -354,7 +354,7 @@ > #define TARGET_NR_kexec_load (347) > #define TARGET_NR_utimensat (348) > #define TARGET_NR_signalfd (349) > -#define TARGET_NR_timerfd (350) > +#define TARGET_NR_timerfd_create (350) > #define TARGET_NR_eventfd (351) > #define TARGET_NR_fallocate (352) > #define TARGET_NR_timerfd_settime (353)
Thanks for this patch; it's a dup of this one already on-list and reviewed: http://patchwork.ozlabs.org/patch/459490/ Riku: ping? or should I just take this via target-arm? thanks -- PMM
