Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / gdb_string.h
index 7cfef642e96682ff0c349af1113f55c33624273c..4001fab7942e5e6ae22baf76ab91e81d23a6628f 100644 (file)
@@ -62,7 +62,7 @@ extern char *strerror PARAMS ((int)); /* X3.159-1989  4.11.6.2 */
 #endif
 
 #ifndef strdup
-extern char *strdup PARAMS ((const char *));
+extern char *strdup (); /* full prototype collides w/ some OSes (AIX 3.2.5) */
 #endif
 
 #endif /* !defined(GDB_STRING_H) */
This page took 0.023583 seconds and 4 git commands to generate.