OSDN Git Service

mmap64: include stdint.h for uint64_t
authorMike Frysinger <vapier@gentoo.org>
Wed, 11 Apr 2012 20:01:29 +0000 (16:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 Apr 2012 20:06:29 +0000 (16:06 -0400)
commit47009e1e1c6b721c38b5ffa2eeb9202fb8db298a
tree6f86e298e2b235d740efe8902e366cf042a35ba3
parent3d744d6d363329d064fb5ad461054e3e9eff1722
mmap64: include stdint.h for uint64_t

Some targets include this implicitly, but pull it in explicitly for those
which don't to fix building for them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/common/mmap64.c