diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d6eb8dcd45..70771d634a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-08-20 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>. + * sysdeps/unix/sysv/linux/mmap64.c (__mmap64) [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page size. Use __ffs to determine corresponding shift. |