mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
import gdb-19990504 snapshot
This commit is contained in:
@@ -37,10 +37,6 @@ extern char *strchr PARAMS ((const char *, int)); /* X3.159-1989 4.11.5.2 */
|
||||
extern char *strrchr PARAMS ((const char *, int)); /* X3.159-1989 4.11.5.5 */
|
||||
#endif
|
||||
|
||||
#ifndef strstr
|
||||
extern char *strstr PARAMS ((const char *, const char *)); /* X3.159-1989 4.11.5.7 */
|
||||
#endif
|
||||
|
||||
#ifndef strtok
|
||||
extern char *strtok PARAMS ((char *, const char *)); /* X3.159-1989 4.11.5.8 */
|
||||
#endif
|
||||
@@ -65,4 +61,10 @@ extern char *strerror PARAMS ((int)); /* X3.159-1989 4.11.6.2 */
|
||||
extern char *strdup (); /* full prototype collides w/ some OSes (AIX 3.2.5) */
|
||||
#endif
|
||||
|
||||
#ifdef NEED_DECLARATION_STRSTR
|
||||
#ifndef strstr
|
||||
extern char *strstr PARAMS ((const char *, const char *)); /* X3.159-1989 4.11.5.7 */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* !defined(GDB_STRING_H) */
|
||||
|
||||
Reference in New Issue
Block a user