summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:42:40 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:42:40 +0000
commit477041e79411085b2fbe625da0b046dfa65ed708 (patch)
tree984824a6d6bec6ebc59efb2e093195d065bc5251 /include/sys
parent17e9e1b9d5c22eaa5a48f8ea196c801099576c7f (diff)
- revert wrong r24049
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/mman.h2
-rw-r--r--include/sys/sysinfo.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/sys/mman.h b/include/sys/mman.h
index 7640955d7..10471e683 100644
--- a/include/sys/mman.h
+++ b/include/sys/mman.h
@@ -157,13 +157,11 @@ extern int mincore (void *__start, size_t __len, unsigned char *__vec)
extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
int __flags, ...) __THROW;
-#ifdef __UCLIBC_LINUX_SPECIFIC__
/* Remap arbitrary pages of a shared backing store within an existing
VMA. */
extern int remap_file_pages (void *__start, size_t __size, int __prot,
size_t __pgoff, int __flags) __THROW;
#endif
-#endif
/* Open shared memory segment. */
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