summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/sysinfo.h')
-rw-r--r--libc/include/sys/sysinfo.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libc/include/sys/sysinfo.h b/libc/include/sys/sysinfo.h
index c7e46e6..b66bc8e 100644
--- a/libc/include/sys/sysinfo.h
+++ b/libc/include/sys/sysinfo.h
@@ -33,7 +33,15 @@
__BEGIN_DECLS
-extern int sysinfo (struct sysinfo *info);
+int sysinfo(struct sysinfo* info);
+
+int get_nprocs_conf(void);
+
+int get_nprocs(void);
+
+long get_phys_pages(void);
+
+long get_avphys_pages(void);
__END_DECLS