Commit b6083bc9 by Jason Merrill

Add missing fns to required list for string.h

From-SVN: r6957
parent 6b98c8f4
...@@ -287,7 +287,7 @@ for code in ALL STD ; do ...@@ -287,7 +287,7 @@ for code in ALL STD ; do
stdlib.h) stdlib.h)
required_list="$required_stdlib_h" ;; required_list="$required_stdlib_h" ;;
string.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 # Should perhaps also add NULL and size_t
sys/stat.h) sys/stat.h)
required_list="chmod fstat mkdir mkfifo stat lstat umask" required_list="chmod fstat mkdir mkfifo stat lstat umask"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment