Add missing includes to sysdeps/generic/malloc-sysdep.h.

This commit is contained in:
Roland McGrath 2013-02-05 11:34:06 -08:00
parent f9834ea477
commit eab55bfb14
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-05 Roland McGrath <roland@hack.frob.com>
* sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
2013-02-04 Carlos O'Donell <carlos@redhat.com>
* stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the

View File

@ -16,6 +16,9 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
#include <stdbool.h>
#include <unistd.h>
/* Force an unmap when the heap shrinks in a secure exec. This ensures that
the old data pages immediately cease to be accessible. */
static inline bool