Commit 17a08984 by Richard Kenner

Add lstat to required_list for sys/stat.h

From-SVN: r6483
parent 50eb31b2
...@@ -290,7 +290,7 @@ for code in ALL STD ; do ...@@ -290,7 +290,7 @@ for code in ALL STD ; do
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" ;;
# 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 umask" required_list="chmod fstat mkdir mkfifo stat lstat umask"
extra_check_list="S_ISDIR S_ISBLK S_ISCHR S_ISFIFO S_ISREG S_ISLNK S_IFDIR S_IFBLK S_IFCHR S_IFIFO S_IFREG S_IFLNK" ;; extra_check_list="S_ISDIR S_ISBLK S_ISCHR S_ISFIFO S_ISREG S_ISLNK S_IFDIR S_IFBLK S_IFCHR S_IFIFO S_IFREG S_IFLNK" ;;
sys/times.h) sys/times.h)
required_list="times" ;; required_list="times" ;;
......
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