X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib_internal%2Fsys_clone.h;h=59066e625dcfb0864b7f0f1549e0e49887a918b1;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hp=20ebb0443d6338c7bd2e994d89679cc8dc8739a6;hpb=fc28db1eb4146796ec27c2fb15780d6303120261;p=util-vserver.git diff --git a/lib_internal/sys_clone.h b/lib_internal/sys_clone.h index 20ebb04..59066e6 100644 --- a/lib_internal/sys_clone.h +++ b/lib_internal/sys_clone.h @@ -1,4 +1,4 @@ -// $Id: sys_clone.h 2421 2006-12-09 16:12:18Z dhozac $ --*- c -*-- +// $Id: sys_clone.h 2446 2007-01-09 13:22:11Z dhozac $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -42,9 +42,6 @@ int sys_clone(int flags, void *child_stack) #ifdef __sparc__ int parent = getpid(); #endif -#if defined(__dietlibc__) && defined(ENSC_SYSCALL_TRADITIONAL) - extern long int syscall (long int __sysno, ...); -#endif #if defined(__s390__) && defined(ENSC_SYSCALL_TRADITIONAL) ret = syscall(__NR__sys_clone, child_stack, flags);