gentoo: use /var/run for new /run compatibility
[util-vserver.git] / lib_internal / sys_unshare.h
index 05cc4d7..a1a49f7 100644 (file)
@@ -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