gentoo: use /var/run for new /run compatibility
[util-vserver.git] / lib_internal / sys_personality.h
index 5b5baee..422c5bc 100644 (file)
 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