|
From: <sv...@va...> - 2005-06-28 18:51:40
|
Author: sewardj Date: 2005-06-28 19:51:35 +0100 (Tue, 28 Jun 2005) New Revision: 4041 Log: Remove prototype which is not of a fn exported by this module and=20 in any case is actually a module-local fn for m_syswrap. Modified: trunk/coregrind/pub_core_syscall.h Modified: trunk/coregrind/pub_core_syscall.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/pub_core_syscall.h 2005-06-28 02:54:52 UTC (rev 4040) +++ trunk/coregrind/pub_core_syscall.h 2005-06-28 18:51:35 UTC (rev 4041) @@ -67,16 +67,6 @@ extern SysRes VG_(mk_SysRes_Error) ( UWord val ); extern SysRes VG_(mk_SysRes_Success) ( UWord val ); =20 -// 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,=20 - void* guest_state, - const vki_sigset_t *syscall_mask, - const vki_sigset_t *restore_mask, - Int nsigwords ); - #endif // __PUB_CORE_SYSCALL_H =20 /*--------------------------------------------------------------------*/ |