diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 18:24:59 -0500 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2011-02-03 23:13:16 +0100 |
commit | a525e031857369e40e09e0123a75bd530565421a (patch) | |
tree | c18d2cc1c5a7de869d67a7a92427ffd65383444c /ChangeLog | |
parent | 7928c812d37df5608048c59d44159fdaca021d4e (diff) | |
download | glibc-a525e031857369e40e09e0123a75bd530565421a.tar.gz glibc-a525e031857369e40e09e0123a75bd530565421a.tar.xz glibc-a525e031857369e40e09e0123a75bd530565421a.zip |
Define MADV_HUGEPAGE.
(cherry picked from commit 32465c3ea007065acd8ca8199f130cdf4068130d)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 267338ce68..d513c6a288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-01-17 Ulrich Drepper <drepper@gmail.com> + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE. + * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG, PF_CAIF, and PF_ALG. * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise. |