commit | 309edeb2e1907d662330ec1b14290ab609e4d112 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 04 15:17:43 2012 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 04 15:17:43 2012 +0000 |
tree | eff907243e8a6ffb839f76fd29a735dda55d9802 | |
parent | cdab1becb03eeae442719027fc26a17da464e5de [diff] |
Remove unused sys_pread64 and sys_pwrite64 parsers on Linux * io.c [HAVE_LONG_LONG_OFF_T]: Remove sys_pread64 and sys_pwrite64 aliases. (sys_pread64, sys_pwrite64): Define these functions only on [SVR4 && _LFS64_LARGEFILE] platform. * linux/mips/syscallent.h: Use sys_pread and sys_pwrite to handle appropriate syscalls. * linux/syscall.h (sys_pread64, sys_pwrite64): Remove. * syscall.c (dumpio): Check sys_pread64 and sys_pwrite64 only on [SVR4 && _LFS64_LARGEFILE] platform.