]> git.ipfire.org Git - thirdparty/gcc.git/commit - libsanitizer/ChangeLog
Include <sys/stat.h> if __x86_64__ is defined
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 6 Dec 2013 11:44:55 +0000 (11:44 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 6 Dec 2013 11:44:55 +0000 (03:44 -0800)
commit7efb96c077ec3c485f52d87d84c29cc2a875bb8b
tree33b176fac3187df8dee2ba08898b49ecea5c87f2
parentfde66fde162b08a98b5fe66be20704a8e82784ac
Include <sys/stat.h> if __x86_64__ is defined

* sanitizer_common/sanitizer_platform_limits_linux.cc: Include
<sys/stat.h>, instead of <asm/stat.h>, if __x86_64__ is defined.
(struct___old_kernel_stat_sz): Don't check if __x86_64__ is defined.

From-SVN: r205736
libsanitizer/ChangeLog
libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc