commit | 9d33b76b205194857f17ca35a7581b1f500f0462 | [log] [tgz] |
---|---|---|
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Apr 08 23:07:05 2009 +0000 |
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Apr 08 23:07:05 2009 +0000 |
tree | 6c71fc2378253ae99ff6a505fbb32caa6415800e | |
parent | f1afe02aefb1eed1d1b4aa3e2a493ca8272515fb [diff] |
linux-user: fix fstatat64()/newfstatat() syscall implementation There are two different syscall names for the same goal. On systems with sizeof(long) == 64 it calls newfstatat. On systems with sizeof(long) == 32 it calls fstatat64. Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7050 c046a42c-6fe2-441c-8c8c-71466251a162