This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from e52e2db35 Add new interceptors for pwcache(3)-style functions new 9da0b3ee3 Add new interceptors: access(2), faccessat(2)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../sanitizer_common_interceptors.inc | 28 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 ++ test/sanitizer_common/TestCases/NetBSD/access.cc | 5 ++++ .../sanitizer_common/TestCases/NetBSD/faccessat.cc | 6 +++++ 4 files changed, 41 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/access.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/faccessat.cc