summaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-05 12:05:24 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-05 12:05:24 +0000
commit11f67599d64e0e61baa247ff90967e69e05f76c4 (patch)
tree0370ed81b0003666a5082d1bb70ee23ff1a31cab /gcc/fixproto
parentc4e8aba227b0b341cc765acbb36752380284fac2 (diff)
downloadgcc-11f67599d64e0e61baa247ff90967e69e05f76c4.tar.gz
Add lstat to required_list for sys/stat.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6483 138bc75d-0d04-0410-961f-82ee72b054a4
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 8ab740506ca..dd4234a0636 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" ;;