diff options
| author | aurel32 | 2009-04-09 01:07:05 +0200 |
|---|---|---|
| committer | aurel32 | 2009-04-09 01:07:05 +0200 |
| commit | 9d33b76b205194857f17ca35a7581b1f500f0462 (patch) | |
| tree | 6c71fc2378253ae99ff6a505fbb32caa6415800e /linux-user/main.c | |
| parent | pcnet: Avoid double conversion via PHYSADDR (diff) | |
| download | qemu-9d33b76b205194857f17ca35a7581b1f500f0462.tar.gz qemu-9d33b76b205194857f17ca35a7581b1f500f0462.tar.xz qemu-9d33b76b205194857f17ca35a7581b1f500f0462.zip | |
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
Diffstat (limited to 'linux-user/main.c')
0 files changed, 0 insertions, 0 deletions
