X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsyscall-wrap.h;h=e67e040360e5da98478479124b5d7d33f879de3c;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=4487bae2c71293468fe287183d6118846dfee9cc;hpb=3f3cf95f755f3ef1c31ad8e38153deb4ee214c66;p=util-vserver.git diff --git a/lib/syscall-wrap.h b/lib/syscall-wrap.h index 4487bae..e67e040 100644 --- a/lib/syscall-wrap.h +++ b/lib/syscall-wrap.h @@ -1,4 +1,4 @@ -// $Id: syscall-wrap.h,v 1.2 2005/05/02 21:42:05 ensc Exp $ --*- c -*-- +// $Id: syscall-wrap.h 2446 2007-01-09 13:22:11Z dhozac $ --*- c -*-- // Copyright (C) 2005 Enrico Scholz // @@ -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