X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib_internal%2Fsys_personality.h;h=422c5bced980689936ca3a8bf6f0ce9ddca624ac;hb=e43cea82e4ad142e96689656d952d7f3c2f8c68b;hp=5b5baeed48b0140f34680679376ef5359134975f;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/lib_internal/sys_personality.h b/lib_internal/sys_personality.h index 5b5baee..422c5bc 100644 --- a/lib_internal/sys_personality.h +++ b/lib_internal/sys_personality.h @@ -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