aboutsummaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r--include/sys/sysinfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h
index 9d1549d225..c06c3ab0cb 100644
--- a/include/sys/sysinfo.h
+++ b/include/sys/sysinfo.h
@@ -4,15 +4,15 @@
/* Now we define the internal interface. */
/* Return number of configured processors. */
-extern int __get_nprocs_conf __P ((void));
+extern int __get_nprocs_conf (void) __THROW;
/* Return number of available processors. */
-extern int __get_nprocs __P ((void));
+extern int __get_nprocs (void) __THROW;
/* Return number of physical pages of memory in the system. */
-extern int __get_phys_pages __P ((void));
+extern int __get_phys_pages (void) __THROW;
/* Return number of available physical pages of memory in the system. */
-extern int __get_avphys_pages __P ((void));
+extern int __get_avphys_pages (void) __THROW;
#endif /* sys/sysinfo.h */