summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_errno.h
AgeCommit message (Collapse)Author
2017-08-05Add NetBSD support in sanitizer_errno.hKamil Rytarowski
Summary: NetBSD ships with __errno (value for __errno_location) like Android. Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas. Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka, fjricci, kcc, filcab Reviewed By: vitalybuka Subscribers: llvm-commits, srhines, kubamracek, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D36360 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@310182 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-16[asan] Attempt to fix test in Windows after r308064Vitaly Buka
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308120 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
Move internal errno definitions to common to be shared by all sanitizers and to be used by allocators. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@307233 91177308-0d34-0410-b5e6-96231b3b80d8