summary refs log tree commit diff
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 c06c3ab0cb..69e904523b 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 (void) __THROW;
+extern int __get_nprocs_conf (void);
 
 /* Return number of available processors.  */
-extern int __get_nprocs (void) __THROW;
+extern int __get_nprocs (void);
 
 /* Return number of physical pages of memory in the system.  */
-extern int __get_phys_pages (void) __THROW;
+extern int __get_phys_pages (void);
 
 /* Return number of available physical pages of memory in the system.  */
-extern int __get_avphys_pages (void) __THROW;
+extern int __get_avphys_pages (void);
 
 #endif /* sys/sysinfo.h */