summaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:38:10 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:38:10 +0000
commit17e9e1b9d5c22eaa5a48f8ea196c801099576c7f (patch)
tree3fd730a0d91df3022abd01848a13cfcaf4fae059 /include/sys/sysinfo.h
parent2fa869ff395997837954df74858cdd5a82c42c05 (diff)
- Remove linux-specific prototypes if asked to.
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r--include/sys/sysinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h
index 9fd4fa829..489f56b3b 100644
--- a/include/sys/sysinfo.h
+++ b/include/sys/sysinfo.h
@@ -48,7 +48,7 @@ __BEGIN_DECLS
/* Returns information on overall system statistics. */
extern int sysinfo (struct sysinfo *__info) __THROW;
-
+#if 0
/* Return number of configured processors. */
extern int get_nprocs_conf (void) __THROW;
@@ -61,6 +61,7 @@ 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