X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib_internal%2Fsys_personality.h;h=c7bbe5145747876e44228efff1efc48932309e26;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=8dd2ed28d4dd1cc29efc6ce63b2fb583f89d9d9e;hpb=2822ba293eb308225c50d346930c47bf98d9927b;p=util-vserver.git diff --git a/lib_internal/sys_personality.h b/lib_internal/sys_personality.h index 8dd2ed2..c7bbe51 100644 --- a/lib_internal/sys_personality.h +++ b/lib_internal/sys_personality.h @@ -1,4 +1,4 @@ -// $Id: sys_personality.h,v 1.1 2005/04/28 18:01:16 ensc Exp $ --*- 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