qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
@ 2017-03-11 10:05 Helge Deller
  2017-03-11 14:06 ` Laurent Vivier
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2017-03-11 10:05 UTC (permalink / raw)
  To: qemu-devel, Riku Voipio; +Cc: Richard Henderson

This fixes running a dynamically linked nslookup binary on hppa with
LD_BIND_NOW=1.

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/linux-user/hppa/syscall_nr.h b/linux-user/hppa/syscall_nr.h
index 0f396fa..55bdf71 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-11 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 10:05 [Qemu-devel] [PATCH] linux-user/hppa: Fix typo for TARGET_NR_epoll_wait Helge Deller
2017-03-11 14:06 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).