]> granicus.if.org Git - strace/commit
unwind: use fopen64 instead of fopen
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 5 Jun 2014 15:12:42 +0000 (15:12 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 5 Jun 2014 15:42:05 +0000 (15:42 +0000)
commitc903c822ee94478bff1732eb80744e201c074d26
tree614a26ae322b3cb4a994b9678f4d27c600afa996
parente4113974893293c82f177fe4195cac0a5b70465a
unwind: use fopen64 instead of fopen

* unwind.c (fopen_for_input): Define to fopen64 iff
[_LARGEFILE64_SOURCE && HAVE_FOPEN64], otherwise define it to fopen.
(build_mmap_cache): Use fopen_for_input instead of fopen.
unwind.c