summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/InstrProfilingUtil.h')
-rw-r--r--lib/profile/InstrProfilingUtil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profile/InstrProfilingUtil.h b/lib/profile/InstrProfilingUtil.h
index fdbfd4a27..969859960 100644
--- a/lib/profile/InstrProfilingUtil.h
+++ b/lib/profile/InstrProfilingUtil.h
@@ -54,9 +54,9 @@ void *lprofPtrFetchAdd(void **Mem, long ByteIncr);
/* Temporarily suspend SIGKILL. Return value of 1 means a restore is needed.
* Other return values mean no restore is needed.
*/
-int lprofSuspendSigKill(void);
+int lprofSuspendSigKill();
/* Restore previously suspended SIGKILL. */
-void lprofRestoreSigKill(void);
+void lprofRestoreSigKill();
#endif /* PROFILE_INSTRPROFILINGUTIL_H */