OSDN Git Service

Add support for MAP_NORESERVE mmap flag.
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 3 Feb 2014 16:04:32 +0000 (17:04 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Sun, 29 Jun 2014 11:19:58 +0000 (14:19 +0300)
commite8efd8e71f89b22d0a5028495cc35bd167f92e63
tree627c85de5b2bbdbffe747743e8d5000a808977ef
parentde6793e8c2a4d34e28e5ea385276249fc98109ec
Add support for MAP_NORESERVE mmap flag.

mmap_flags_tbl contains a list of mmap flags, and how to map them to
the target. This patch adds MAP_NORESERVE, which was missing to the
list.

Signed-off-by: Christophe Lyon <christophe.lyon@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c