| Submitter | Riku Voipio |
|---|---|
| Date | April 18, 2011, 5:29 p.m. |
| Message ID | <4c82621154eb5b6f29bad8698c31db274bc6c772.1303146624.git.riku.voipio@iki.fi> |
| Download | mbox | patch |
| Permalink | /patch/91817/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 5f9061d..e7af2ea 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -197,7 +197,8 @@ static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5, \ #define __NR_sys_inotify_add_watch __NR_inotify_add_watch #define __NR_sys_inotify_rm_watch __NR_inotify_rm_watch -#if defined(__alpha__) || defined (__ia64__) || defined(__x86_64__) +#if defined(__alpha__) || defined (__ia64__) || defined(__x86_64__) || \ + defined(__s390x__) #define __NR__llseek __NR_lseek #endif