[PATCH 2/5] [asan] Use 64-bit ints in linux_dirent for Linux/x86-64

Kostya Serebryany kcc at google.com
Wed May 21 01:28:56 PDT 2014


Slightly changed patch: r209281.
Thanks!


On Tue, May 20, 2014 at 10:35 PM, H.J. Lu <hjl.tools at gmail.com> wrote:

> For Linux/x86-64, d_ino and d_off fields in linux_dirent are always
> 64-bit.  This patch uses unsigned long long if _LP64 isn't defined.
>
>
> --
> H.J.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140521/99c023e9/attachment.html>


More information about the llvm-commits mailing list