From: Helge Deller Date: Tue, 31 Oct 2017 12:53:55 +0000 (+0100) Subject: linux-user/hppa: Fix typo for TARGET_NR_epoll_wait X-Git-Tag: v2.11.0-rc2~10^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92afb153103c38c1ccc9d4c34512cf1767e676c5;p=thirdparty%2Fqemu.git linux-user/hppa: Fix typo for TARGET_NR_epoll_wait Reviewed-by: Laurent Vivier Signed-off-by: Helge Deller Message-Id: <20170311100543.GA29669@ls3530.fritz.box> Signed-off-by: Richard Henderson Signed-off-by: Riku Voipio --- diff --git a/linux-user/hppa/syscall_nr.h b/linux-user/hppa/syscall_nr.h index 0f396fa1e2f..55bdf71d501 100644 --- a/linux-user/hppa/syscall_nr.h +++ b/linux-user/hppa/syscall_nr.h @@ -228,7 +228,7 @@ #define TARGET_NR_lookup_dcookie 223 #define TARGET_NR_epoll_create 224 #define TARGET_NR_epoll_ctl 225 -#define TARGET_NR_epill_wait 226 +#define TARGET_NR_epoll_wait 226 #define TARGET_NR_remap_file_pages 227 #define TARGET_NR_semtimedop 228 #define TARGET_NR_mq_open 229