From 6ba622c16fbe0c0b39f24691a1e10f5d0503bb8a Mon Sep 17 00:00:00 2001 From: njn Date: Sat, 11 Jun 2005 01:12:08 +0000 Subject: Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3878 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- include/pub_tool_libcbase.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/pub_tool_libcbase.h') diff --git a/include/pub_tool_libcbase.h b/include/pub_tool_libcbase.h index b60c89161..e96a8c588 100644 --- a/include/pub_tool_libcbase.h +++ b/include/pub_tool_libcbase.h @@ -64,7 +64,6 @@ extern Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax ); extern Char* VG_(strstr) ( const Char* haystack, Char* needle ); extern Char* VG_(strchr) ( const Char* s, Char c ); extern Char* VG_(strrchr) ( const Char* s, Char c ); -extern Char* VG_(strdup) ( const Char* s); /* Like strcmp() and strncmp(), but stop comparing at any whitespace. */ extern Int VG_(strcmp_ws) ( const Char* s1, const Char* s2 ); -- cgit v1.2.3