From 477041e79411085b2fbe625da0b046dfa65ed708 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 15 Nov 2008 15:42:40 +0000 Subject: - revert wrong r24049 --- include/sys/sysinfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sys/sysinfo.h') diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h index 489f56b3b..9fd4fa829 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,7 +61,6 @@ 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 -- cgit v1.2.3