From: Jason Merrill Date: Fri, 1 Apr 1994 22:36:00 +0000 (+0000) Subject: Add missing fns to required list for string.h X-Git-Tag: misc/cutover-egcs-0~6986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6083bc9f8e8a4cac36c9c8cd9a7e90304ffac40;p=thirdparty%2Fgcc.git Add missing fns to required list for string.h From-SVN: r6957 --- diff --git a/gcc/fixproto b/gcc/fixproto index 6f7d701868c1..7a06df42c289 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -287,7 +287,7 @@ for code in ALL STD ; do stdlib.h) required_list="$required_stdlib_h" ;; string.h) - required_list="memchr memcmp memcpy memmove memset strcat strchr strcmp strcoll strcpy strcspn strerror strlen strncat strncmp" ;; + required_list="memchr memcmp memcpy memmove memset strcat strchr strcmp strcoll strcpy strcspn strerror strlen strncat strncmp strncpy strpbrk strrchr strspn strstr strtok strxfrm" ;; # Should perhaps also add NULL and size_t sys/stat.h) required_list="chmod fstat mkdir mkfifo stat lstat umask"