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
cafe4d20
Commit
cafe4d20
authored
Oct 30, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sys/stat.h): Don't change definitions into
prototypes if they may already be in prototype form. From-SVN: r5936
parent
a0735e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/fixinc.svr4
+4
-4
No files found.
gcc/fixinc.svr4
View file @
cafe4d20
...
...
@@ -1127,28 +1127,28 @@ if [ \! -z "$file_to_fix" ]; then
echo
Checking
$file_to_fix
cp
$file_to_fix
/tmp/
$base
chmod +w /tmp/
$base
sed
-e
'/^stat(/{
sed
-e
'/^stat(
[ ]*[^c]
/{
N
N
s/(.*)\n/( /
s/;\n/, /
s/;$/)/
}'
\
-e
'/^lstat(/{
-e
'/^lstat(
[ ]*[^c]
/{
N
N
s/(.*)\n/( /
s/;\n/, /
s/;$/)/
}'
\
-e
'/^fstat(/{
-e
'/^fstat(
[ ]*[^i]
/{
N
N
s/(.*)\n/( /
s/;\n/, /
s/;$/)/
}'
\
-e
'/^mknod(/{
-e
'/^mknod(
[ ]*[^c]
/{
N
N
N
...
...
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