]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/syscall.c
initial x86-64 host support (Gwenole Beauchesne)
[qemu.git] / linux-user / syscall.c
index 0abe685030fb030b44e4ba2ccad97470e6a643c2..f8b48d588a07c698ef9272fd3e16179a6900b254 100644 (file)
@@ -207,7 +207,7 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5)       \
 #define __NR_sys_getdents64 __NR_getdents64
 #define __NR_sys_rt_sigqueueinfo __NR_rt_sigqueueinfo
 
-#if defined(__alpha__) || defined (__ia64__)
+#if defined(__alpha__) || defined (__ia64__) || defined(__x86_64__)
 #define __NR__llseek __NR_lseek
 #endif