X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_ctxcreate.c;h=cb42c7466e5dceb7b829c7a5568a503f23392533;hb=347f2ee1ef3af508bd1b7c78f3b428dbea4326e6;hp=541213e2db8025ec7b1015abcfe15ec00970d339;hpb=a6be71d3e49f0f633705ba5e4e08cc1cac811344;p=util-vserver.git diff --git a/lib/syscall_ctxcreate.c b/lib/syscall_ctxcreate.c index 541213e..cb42c74 100644 --- a/lib/syscall_ctxcreate.c +++ b/lib/syscall_ctxcreate.c @@ -36,11 +36,16 @@ # include "syscall_ctxcreate-v21.hc" #endif +#if defined(VC_ENABLE_API_V23) +# include "syscall_ctxcreate-v23.hc" +#endif + #if defined(VC_ENABLE_API_V13) || defined(VC_ENABLE_API_V21) xid_t vc_ctx_create(xid_t xid, struct vc_ctx_flags *flags) { - CALL_VC(CALL_VC_V21 (vc_ctx_create, xid, flags), + CALL_VC(CALL_VC_V23P(vc_ctx_create, xid, flags), + CALL_VC_V21 (vc_ctx_create, xid, flags), CALL_VC_V13A(vc_ctx_create, xid, flags)); } #endif