summaryrefslogtreecommitdiff
path: root/include/sanitizer/scudo_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sanitizer/scudo_interface.h')
-rw-r--r--include/sanitizer/scudo_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanitizer/scudo_interface.h b/include/sanitizer/scudo_interface.h
index cab7e0f5f..ec7a9e4e1 100644
--- a/include/sanitizer/scudo_interface.h
+++ b/include/sanitizer/scudo_interface.h
@@ -20,7 +20,7 @@ extern "C" {
#endif
// This function may be optionally provided by a user and should return
// a string containing Scudo runtime options. See scudo_flags.h for details.
- const char* __scudo_default_options();
+ const char* __scudo_default_options(void);
// This function allows to set the RSS limit at runtime. This can be either
// the hard limit (HardLimit=1) or the soft limit (HardLimit=0). The limit