X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall-wrap.h;h=3e48666223147f93e6e024e4f9a03bad1091eb83;hb=34ab12c667eb08336e8e9b0f414ba26d3ad19a08;hp=f46013c356a311b1566ccae823a9da4d1451776f;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/lib/syscall-wrap.h b/lib/syscall-wrap.h index f46013c..3e48666 100644 --- a/lib/syscall-wrap.h +++ b/lib/syscall-wrap.h @@ -36,4 +36,8 @@ # include "syscall-alternative.h" #endif +#if defined(ENSC_SYSCALL_TRADITIONAL) && defined(__dietlibc__) && !defined(ENSC_DIETLIBC_HAS_SYSCALL) +extern long int syscall(long int __sysno, ...); +#endif + #endif // H_UTIL_VSERVER_LIB_SYSCALL_WRAP_H