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 67df2e367 Correct the return value of strlcat(3) in the interceptor new 485b98533 Add new NetBSD interceptors: devname(3), devname_r(3) new c31edaaeb Correct FileCheck usage in two newly added tests
The 2 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 | 32 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 3 ++ test/sanitizer_common/TestCases/NetBSD/devname.cc | 22 +++++++++++++++ .../sanitizer_common/TestCases/NetBSD/devname_r.cc | 27 ++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/devname.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/devname_r.cc