X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=lib%2Fsyscall-wrap.h;fp=lib%2Fsyscall-wrap.h;h=e67e040360e5da98478479124b5d7d33f879de3c;hp=63083015cfb509be191279317f35f8f5b1adeefa;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hpb=fc28db1eb4146796ec27c2fb15780d6303120261 diff --git a/lib/syscall-wrap.h b/lib/syscall-wrap.h index 6308301..e67e040 100644 --- a/lib/syscall-wrap.h +++ b/lib/syscall-wrap.h @@ -1,4 +1,4 @@ -// $Id: syscall-wrap.h 2076 2005-05-02 21:42:05Z ensc $ --*- 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