diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/signal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx index 9f44d31d078b..7f864568a402 100644 --- a/sal/osl/unx/signal.cxx +++ b/sal/osl/unx/signal.cxx @@ -352,7 +352,7 @@ void callSystemHandler(int signal) } #if defined HAVE_VALGRIND_HEADERS -static void DUMPCURRENTALLOCS() +void DUMPCURRENTALLOCS() { VALGRIND_PRINTF( "=== start memcheck dump of active allocations ===\n" ); |