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 0fcd67b94 Stop intercepting forkpty(3) and openpty(3) on NetBSD new e55a0bdc6 Add new interceptor: fgetln(3) new 409d44eac Add new interceptor: strmode(3)
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 | 31 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 ++ test/sanitizer_common/TestCases/NetBSD/fgetln.cc | 23 ++++++++++++++++ .../TestCases/NetBSD/{lstat.cc => strmode.cc} | 10 ++++--- 4 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 test/sanitizer_common/TestCases/NetBSD/fgetln.cc copy test/sanitizer_common/TestCases/NetBSD/{lstat.cc => strmode.cc} (51%)