]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove prototype which is not of a fn exported by this module and
authorJulian Seward <jseward@acm.org>
Tue, 28 Jun 2005 18:51:35 +0000 (18:51 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 28 Jun 2005 18:51:35 +0000 (18:51 +0000)
in any case is actually a module-local fn for m_syswrap.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4041

coregrind/pub_core_syscall.h

index 19afa0c0215f15b4fd7755b03526176a1a31a126..dec240397359ffd15902aa89c1ed5fc4a834eac1 100644 (file)
@@ -67,16 +67,6 @@ extern SysRes VG_(mk_SysRes_ppc32_linux) ( UInt val, UInt errflag );
 extern SysRes VG_(mk_SysRes_Error)       ( UWord val );
 extern SysRes VG_(mk_SysRes_Success)     ( UWord val );
 
-// The _WRK function is handwritten assembly.  It has some very magic
-// properties.  See comments at the top of
-// VG_(fixup_guest_state_after_syscall_interrupted) below for details.
-extern
-void VG_(do_syscall_for_client_WRK)( Int syscallno, 
-                                     void* guest_state,
-                                     const vki_sigset_t *syscall_mask,
-                                     const vki_sigset_t *restore_mask,
-                                     Int nsigwords );
-
 #endif   // __PUB_CORE_SYSCALL_H
 
 /*--------------------------------------------------------------------*/