From 17a08984d38e8bc6cf581651a8dcc02ee2a11f26 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 5 Feb 1994 07:05:24 -0500 Subject: [PATCH] Add lstat to required_list for sys/stat.h From-SVN: r6483 --- gcc/fixproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixproto b/gcc/fixproto index 8ab740506ca0..dd4234a06364 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -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" ;; # Should perhaps also add NULL and size_t 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" ;; sys/times.h) required_list="times" ;; -- 2.43.5