automatically generated from GPLed version

This commit is contained in:
Ulrich Drepper 1998-05-19 07:09:32 +00:00
parent 91da8b09df
commit 4950159344

View File

@ -201,15 +201,18 @@ static char *posixly_correct;
# define my_index strchr
#else
# if HAVE_STRING_H
# include <string.h>
# else
# include <strings.h>
# endif
/* Avoid depending on library functions or files
whose names are inconsistent. */
#ifndef getenv
extern char *getenv ();
#endif
#ifndef strncmp
extern int strncmp ();
#endif
static char *
my_index (str, chr)