commit | 0d0a50aa2511f7fd0b32af41e6b18e34e37e6345 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Nov 15 02:35:57 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Nov 17 00:40:22 2015 +0000 |
tree | c937db11aa2217f1126e9f84531fcdf5d4e1d2ea | |
parent | 2aec1e67dfe78eea06db48a76adbd392d8ec5a31 [diff] |
Implement mlock2 syscall decoding * mem.c: Include "xlat/mlock_flags.h". (SYS_FUNC(mlock2)): New function. * xlat/mlock_flags.in: New file. * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values. * linux/dummy.h (mlock2): Remove. * tests/mlock2.c: New file. * tests/mlock2.test: New test. * tests/Makefile.am (check_PROGRAMS): Add mlock2. (TESTS): Add mlock2.test. * tests/.gitignore Add mlock2.