aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-02-05 07:05:24 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-02-05 07:05:24 -0500
commit17a08984d38e8bc6cf581651a8dcc02ee2a11f26 (patch)
tree0370ed81b0003666a5082d1bb70ee23ff1a31cab /gcc/fixproto
parent50eb31b29c556dbe3b78546b17e780e8e4914b79 (diff)
downloadgcc-17a08984d38e8bc6cf581651a8dcc02ee2a11f26.zip
gcc-17a08984d38e8bc6cf581651a8dcc02ee2a11f26.tar.gz
gcc-17a08984d38e8bc6cf581651a8dcc02ee2a11f26.tar.bz2
Add lstat to required_list for sys/stat.h
From-SVN: r6483
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 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" ;;