Skip to content
Permalink
Browse files
Fix compilation error when compiling with valgrind
  • Loading branch information
montywi committed Apr 26, 2018
1 parent e86c0a5 commit 03da125
Showing 1 changed file with 1 addition and 1 deletion.
@@ -90,8 +90,8 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
# define TOKU_ANNOTATE_IGNORE_WRITES_BEGIN() ((void) 0)
# define TOKU_ANNOTATE_IGNORE_WRITES_END() ((void) 0)
# define TOKU_VALGRIND_RESET_MUTEX_ORDERING_INFO(mutex)
#undef RUNNING_ON_VALGRIND
# define RUNNING_ON_VALGRIND (0U)

#endif

// Valgrind 3.10.1 (and previous versions).

0 comments on commit 03da125

Please sign in to comment.