commit | 9f22020b91ae235be2b27c47d11e842872ec5e85 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Tue Sep 06 02:08:35 2022 +0200 |
committer | Laurent Vivier <laurent@vivier.eu> | Tue Sep 27 09:30:09 2022 +0200 |
tree | 46c13e367d65343cfc413bd0ee055b156c24f41f | |
parent | 811ee5cfc5da2e0b94eb11192ce2700fcd7063d1 [diff] |
linux-user: Provide MADV_* definitions Provide MADV_* definitions using target_mman.h header, similar to what kernel does. Most architectures use the same values, with the exception of alpha and hppa. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220906000839.1672934-2-iii@linux.ibm.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>