X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib_internal%2Fsys_clone.h;h=59066e625dcfb0864b7f0f1549e0e49887a918b1;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=20ebb0443d6338c7bd2e994d89679cc8dc8739a6;hpb=3b34449070c0846fdc49436d1edd5916512f1644;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);