X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib_internal%2Fsys_personality.h;h=c7bbe5145747876e44228efff1efc48932309e26;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=33dcd74186fb59c9161984d979c9755999d6bd80;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/lib_internal/sys_personality.h b/lib_internal/sys_personality.h index 33dcd74..c7bbe51 100644 --- a/lib_internal/sys_personality.h +++ b/lib_internal/sys_personality.h @@ -1,4 +1,4 @@ -// $Id: sys_personality.h 2062 2005-04-28 18:01:16Z ensc $ --*- c -*-- +// $Id: sys_personality.h 2446 2007-01-09 13:22:11Z dhozac $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -28,10 +28,6 @@ inline static UNUSED ALWAYSINLINE int sys_personality(int pers) { -#if defined __dietlibc__ - extern long int syscall (long int __sysno, ...); -#endif - return syscall(__NR_sys_personality, pers); } #else