From: Jeff Law Date: Thu, 24 Jun 1999 21:48:31 +0000 (-0600) Subject: system.h (strstr): New external function declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f36fcf57f25f4c3171897651a59ad528245ff203;p=gcc.git system.h (strstr): New external function declaration. � * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27747 --- diff --git a/gcc/configure.in b/gcc/configure.in index b5ae03db7db..11075079db5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -406,7 +406,7 @@ AC_FUNC_VFORK GCC_NEED_DECLARATIONS(malloc realloc calloc free bcopy bzero bcmp \ index rindex getenv atol sbrk abort atof strerror getcwd getwd \ - strsignal putc_unlocked fputs_unlocked) + strsignal putc_unlocked fputs_unlocked strstr) GCC_NEED_DECLARATIONS(getrlimit setrlimit, [ #include