fix centos6 build failures
[trinity.git] / syscalls / munlockall.c
blobe9badc006b3714e4f047e08f778279ddd950b8c0
1 /*
2 * SYSCALL_DEFINE0(munlockall)
3 */
4 #include "sanitise.h"
6 struct syscall syscall_munlockall = {
7 .name = "munlockall",
8 .num_args = 0,
9 .group = GROUP_VM,