/[qemu]/qemu/linux-user/syscall.c
ViewVC logotype

Diff of /qemu/linux-user/syscall.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by bellard, Tue Apr 26 20:42:36 2005 UTC revision 1.61 by bellard, Sat Jul 23 14:46:27 2005 UTC
# Line 2756  long do_syscall(void *cpu_env, int num, Line 2756  long do_syscall(void *cpu_env, int num,
2756  #endif  #endif
2757  #ifdef TARGET_NR_truncate64  #ifdef TARGET_NR_truncate64
2758      case TARGET_NR_truncate64:      case TARGET_NR_truncate64:
2759          goto unimplemented;          ret = get_errno(truncate64((const char *)arg1, arg2));
2760            break;
2761  #endif  #endif
2762  #ifdef TARGET_NR_ftruncate64  #ifdef TARGET_NR_ftruncate64
2763      case TARGET_NR_ftruncate64:      case TARGET_NR_ftruncate64:
2764          goto unimplemented;          ret = get_errno(ftruncate64(arg1, arg2));
2765            break;
2766  #endif  #endif
2767  #ifdef TARGET_NR_stat64  #ifdef TARGET_NR_stat64
2768      case TARGET_NR_stat64:      case TARGET_NR_stat64:

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26