X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib_internal%2Fsys_unshare.h;h=1d3bceba5bce3484c11bd7fc853a9a58a93de6a3;hb=b7785f953cf988346d0f36c5852af39db3d1b00c;hp=05cc4d7ec0c4ca053884c14fbc5143bc5a3e9abe;hpb=19ef6bad17e92a9cedb7db8eddee2bebf1aa7c4d;p=util-vserver.git diff --git a/lib_internal/sys_unshare.h b/lib_internal/sys_unshare.h index 05cc4d7..1d3bceb 100644 --- a/lib_internal/sys_unshare.h +++ b/lib_internal/sys_unshare.h @@ -1,4 +1,4 @@ -// $Id$ --*- c -*-- +// $Id: sys_unshare.h 2674 2008-01-27 07:55:13Z dhozac $ --*- c -*-- // Copyright (C) 2007 Daniel Hokka Zakrisson // @@ -81,7 +81,7 @@ _syscall1(int, sys_unshare, int, flags) inline static UNUSED ALWAYSINLINE int sys_unshare(int flags) { - return syscall(__NR_sys_clone, flags); + return syscall(__NR_sys_unshare, flags); } #endif