X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsyscall-wrap.h;h=e67e040360e5da98478479124b5d7d33f879de3c;hb=ec4370f7ebd7fb0ce7f002f5bf2c74f03acd3ec1;hp=4487bae2c71293468fe287183d6118846dfee9cc;hpb=9234e6a7cb48373edec38284ba54a819037b79b2;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