diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-11-21 15:49:50 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-11-21 15:49:50 -0800 |
commit | 070906ffd305b9c439d6d04af26e1ecae2394fe8 (patch) | |
tree | 88467b8900f072189dea1827208d07dfe7913331 /ChangeLog | |
parent | 6851bd4d97546fc7378864d36f42f9d2df15dac5 (diff) | |
download | glibc-070906ffd305b9c439d6d04af26e1ecae2394fe8.zip glibc-070906ffd305b9c439d6d04af26e1ecae2394fe8.tar.gz glibc-070906ffd305b9c439d6d04af26e1ecae2394fe8.tar.bz2 |
Add missing #include for malloc/hooks.c code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-11-21 Roland McGrath <roland@hack.frob.com> + * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why + it's there. + * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype. 2013-11-21 Meador Inge <meadori@codesourcery.com> |