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 a3e78a793 Add data types needed for md2(3)/NetBSD interceptors new 723059836 [Sanitizer] expand sysctl/getmntinfo/nl_langinfo to Darwin
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_platform_interceptors.h | 6 +-- test/sanitizer_common/TestCases/NetBSD/asysctl.cc | 44 +++++++++++++++++++ .../TestCases/NetBSD/sysctlgetmibinfo.cc | 36 ++++++++++++++++ .../sanitizer_common/TestCases/Posix/getmntinfo.cc | 2 +- test/sanitizer_common/TestCases/Posix/sysctl.cc | 50 +--------------------- 5 files changed, 85 insertions(+), 53 deletions(-) create mode 100644 test/sanitizer_common/TestCases/NetBSD/asysctl.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/sysctlgetmibinfo.cc