From e297eb600dd52acd73fb64ca45905b68f4e9b99b Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 23 Nov 2012 14:46:25 +0000 Subject: [libsanitizer] merge from upstream r168514 From-SVN: r193756 --- libsanitizer/include/sanitizer/common_interface_defs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libsanitizer/include') diff --git a/libsanitizer/include/sanitizer/common_interface_defs.h b/libsanitizer/include/sanitizer/common_interface_defs.h index d78d280..f6e814d 100644 --- a/libsanitizer/include/sanitizer/common_interface_defs.h +++ b/libsanitizer/include/sanitizer/common_interface_defs.h @@ -68,6 +68,11 @@ extern "C" { // Tell the tools to write their reports to "path." instead of stderr. void __sanitizer_set_report_path(const char *path) SANITIZER_INTERFACE_ATTRIBUTE; + + // Tell the tools to write their reports to given file descriptor instead of + // stderr. + void __sanitizer_set_report_fd(int fd) + SANITIZER_INTERFACE_ATTRIBUTE; } // extern "C" #endif // SANITIZER_COMMON_INTERFACE_DEFS_H -- cgit v1.1