daily update
[deliverable/binutils-gdb.git] / gdb / gdb_string.h
index e6417b5907871f0bf62a3b376fa2bb433e7e2239..f54af80845c6cc3023629dc5921a7ea2b2ca3bf8 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <string.h>
-   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 */
This page took 0.023479 seconds and 4 git commands to generate.