summaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-04-01 22:36:00 +0000
committerJason Merrill <merrill@gnu.org>1994-04-01 22:36:00 +0000
commitb6083bc9f8e8a4cac36c9c8cd9a7e90304ffac40 (patch)
tree0ff2d7ef12ef6069f8657db20f041daa2a06e930 /gcc/fixproto
parent6b98c8f4dbb9c4e9df9cae7af61a7a91f35f6d13 (diff)
downloadgcc-b6083bc9f8e8a4cac36c9c8cd9a7e90304ffac40.tar.gz
Add missing fns to required list for string.h
From-SVN: r6957
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-xgcc/fixproto2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto
index 6f7d701868c..7a06df42c28 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"