Needed by QEMU. Signed-off-by: Wei Liu <[email protected]> --- platform/xen/lib/libc_stubs.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/platform/xen/lib/libc_stubs.c b/platform/xen/lib/libc_stubs.c index c7103b6..b1cb901 100644 --- a/platform/xen/lib/libc_stubs.c +++ b/platform/xen/lib/libc_stubs.c @@ -22,6 +22,8 @@ STUB(getpriority); STUB(setpriority); STUB(posix_spawn); +STUB(mlockall); + /* for pthread_cancelstub */ STUB(_sys_mq_send); STUB(_sys_mq_receive); -- 1.9.1
