1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* include/sys/mman.h: Mark madvise hidden.

This commit is contained in:
Ulrich Drepper
2007-04-19 17:41:07 +00:00
parent 7ab174ed44
commit 2592d1ec8d
2 changed files with 7 additions and 0 deletions

View File

@@ -12,4 +12,7 @@ extern int __mprotect (void *__addr, size_t __len, int __prot);
/* This one is Linux specific. */
extern void *__mremap (void *__addr, size_t __old_len,
size_t __new_len, int __flags, ...);
libc_hidden_proto (madvise);
#endif