Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
17a08984
Commit
17a08984
authored
Feb 05, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add lstat to required_list for sys/stat.h
From-SVN: r6483
parent
50eb31b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/fixproto
+1
-1
No files found.
gcc/fixproto
View file @
17a08984
...
@@ -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"
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment