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
b6083bc9
Commit
b6083bc9
authored
Apr 01, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing fns to required list for string.h
From-SVN: r6957
parent
6b98c8f4
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 @
b6083bc9
...
@@ -287,7 +287,7 @@ for code in ALL STD ; do
...
@@ -287,7 +287,7 @@ for code in ALL STD ; do
stdlib.h
)
stdlib.h
)
required_list
=
"
$required_stdlib_h
"
;;
required_list
=
"
$required_stdlib_h
"
;;
string.h
)
string.h
)
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
strncpy strpbrk strrchr strspn strstr strtok strxfrm
"
;;
# 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 lstat umask"
required_list
=
"chmod fstat mkdir mkfifo stat lstat umask"
...
...
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