linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create
authorTimothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
Wed, 8 Apr 2015 20:40:52 +0000 (21:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 18 May 2015 16:45:10 +0000 (17:45 +0100)
Misspelled system call name in macro was causing timerfd_create not
to be supported for the ARM target.

Signed-off-by: Timothy Edward Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/arm/syscall_nr.h

index 7d7be7cfe9c937043180a29b1e9cbc0c7eee7bbc..53552beabf7dc437aa885c4f686398a281c8a745 100644 (file)
 #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)