]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make VG_(clone)() declaration private to m_syscalls.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 11 May 2005 22:36:07 +0000 (22:36 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 11 May 2005 22:36:07 +0000 (22:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3666

coregrind/core.h
coregrind/m_syscalls/priv_syscalls.h

index 1b9d0d268af1cb86e0fc2922588eea7329be8207..1fffc18570ab62f2a69cd13758130d0482c3ec21 100644 (file)
@@ -836,8 +836,6 @@ extern Word VG_(do_syscall) ( UInt, UWord, UWord, UWord, UWord, UWord, UWord );
 #define vgPlain_do_syscall5(s,a,b,c,d,e)   VG_(do_syscall)((s),(a),(b),(c),(d),(e),0)
 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),(d),(e),(f))
 
-extern Int VG_(clone) ( Int (*fn)(void *), void *stack, Int flags, void *arg, 
-                       Int *child_tid, Int *parent_tid, vki_modify_ldt_t * );
 extern void VG_(sigreturn)(void);
 
 /* ---------------------------------------------------------------------
index 1544aabacf545a78e020f8f95ced1c428f4e3fd1..dd562bb1a3b458fc6ed1adadb50ca65877e3a783 100644 (file)
@@ -75,6 +75,9 @@ extern const UInt VGA_(syscall_table_size);
    
 extern void VGA_(restart_syscall)(ThreadArchState* arch);
 
+extern Int VG_(clone) ( Int (*fn)(void *), void *stack, Int flags, void *arg, 
+                       Int *child_tid, Int *parent_tid, vki_modify_ldt_t * );
+
 /*
   Perform a syscall on behalf of a client thread, using a specific
   signal mask.  On completion, the signal mask is set to restore_mask