aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libc/private/bionic_systrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/private/bionic_systrace.h b/libc/private/bionic_systrace.h
index ad9ff7f71..0b4560f92 100644
--- a/libc/private/bionic_systrace.h
+++ b/libc/private/bionic_systrace.h
@@ -23,7 +23,7 @@
// ScopedTrace("Trace message");
// The trace will end when the contructor goes out of scope.
-class ScopedTrace {
+class __LIBC_HIDDEN__ ScopedTrace {
public:
explicit ScopedTrace(const char* message);
~ScopedTrace();