summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfilingExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingExtras.h')
-rw-r--r--compiler-rt/lib/profile/InstrProfilingExtras.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingExtras.h b/compiler-rt/lib/profile/InstrProfilingExtras.h
index 12eddf0f90f..a564a15361e 100644
--- a/compiler-rt/lib/profile/InstrProfilingExtras.h
+++ b/compiler-rt/lib/profile/InstrProfilingExtras.h
@@ -14,7 +14,7 @@
* or if it hasn't been called, the \c LLVM_PROFILE_FILE environment variable,
* or if that's not set, \c "default.profdata".
*/
-void __llvm_profile_write_file();
+void __llvm_profile_write_file(void);
/*!
* \brief Set the filename for writing instrumentation data.
@@ -25,4 +25,4 @@ void __llvm_profile_write_file();
void __llvm_profile_set_filename(const char *Name);
/*! \brief Register to write instrumentation data to file at exit. */
-void __llvm_profile_register_write_file_atexit();
+void __llvm_profile_register_write_file_atexit(void);
OpenPOWER on IntegriCloud