|
From: <sv...@va...> - 2005-07-27 20:33:17
|
Author: njn Date: 2005-07-27 21:31:57 +0100 (Wed, 27 Jul 2005) New Revision: 4284 Log: Removed dead declaration. Modified: trunk/include/pub_tool_libcfile.h Modified: trunk/include/pub_tool_libcfile.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/include/pub_tool_libcfile.h 2005-07-27 17:49:17 UTC (rev 4283) +++ trunk/include/pub_tool_libcfile.h 2005-07-27 20:31:57 UTC (rev 4284) @@ -51,11 +51,6 @@ // Returns False on failure (eg. if the buffer isn't big enough). extern Bool VG_(getcwd) ( Char* buf, SizeT size ); =20 -/* Easier to use than VG_(getcwd)() -- does the buffer fiddling itself. - String put into 'cwd' is VG_(malloc)'d, and should be VG_(free)'d. - Returns False if it fails. Will fail if the pathname is > 65535 byte= s. */ -extern Bool VG_(getcwd_alloc) ( Char** cwd ); - extern Int VG_(readlink)( Char* path, Char* buf, UInt bufsize ); extern Int VG_(getdents)( UInt fd, struct vki_dirent *dirp, UInt count = ); =20 |