about summary refs log tree commit diff
path: root/include/sys/gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/gmon.h')
-rw-r--r--include/sys/gmon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/gmon.h b/include/sys/gmon.h
index 492d853f8e..5767759901 100644
--- a/include/sys/gmon.h
+++ b/include/sys/gmon.h
@@ -4,6 +4,6 @@
 /* Now define the internal interfaces.  */
 
 /* Write current profiling data to file.  */
-extern void __write_profiling __P ((void));
-extern void write_profiling __P ((void));
+extern void __write_profiling (void) __THROW;
+extern void write_profiling (void) __THROW;
 #endif