From 17a08984d38e8bc6cf581651a8dcc02ee2a11f26 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 5 Feb 1994 07:05:24 -0500 Subject: Add lstat to required_list for sys/stat.h From-SVN: r6483 --- gcc/fixproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/fixproto b/gcc/fixproto index 8ab7405..dd4234a 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" ;; -- cgit v1.1