X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/d0352a18a504a4e7b761f6b3264cf11347d8d056..0a8490ad3ac5b8e618241beca1a6212003e1974d:/gdb/gdb_string.h diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index e6417b5907..f54af80845 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -1,5 +1,5 @@ /* Portable - Copyright 1995, 1998 Free Software Foundation, Inc. + Copyright 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -58,10 +58,6 @@ extern char *strerror (int); /* X3.159-1989 4.11.6.2 */ #endif #endif -#ifdef NEED_DECLARATION_STRDUP -extern char *strdup (); /* full prototype collides w/ some OSes (AIX 3.2.5) */ -#endif - #ifdef NEED_DECLARATION_STRSTR #ifndef strstr extern char *strstr (const char *, const char *); /* X3.159-1989 4.11.5.7 */