summaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r--include/sys/sysinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h
index 00e363371..4e756e99e 100644
--- a/include/sys/sysinfo.h
+++ b/include/sys/sysinfo.h
@@ -56,13 +56,11 @@ extern int sysinfo (struct sysinfo *__info) __THROW;
#define get_nprocs() (sysconf(_SC_NPROCESSORS_ONLN))
-#if 0
/* Return number of physical pages of memory in the system. */
extern long int get_phys_pages (void) __THROW;
/* Return number of available physical pages of memory in the system. */
extern long int get_avphys_pages (void) __THROW;
-#endif
__END_DECLS