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
9074cde5
Commit
9074cde5
authored
Feb 20, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix LSTAT intrinsic per Krister Walfridsson <cato@df.lth.se>
From-SVN: r25339
parent
04be6346
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libf2c/ChangeLog
+6
-0
libf2c/libU77/lstat_.c
+0
-1
No files found.
libf2c/ChangeLog
View file @
9074cde5
1999-02-20 Craig Burley <craig@jcb-sc.com>
From Krister Walfridsson <cato@df.lth.se>:
* libU77/lstat_.c (G77_lstat_0): Kill spurious setting
of element 6 to zero, as it undid the previous setting.
1999-02-15 Craig Burley <craig@jcb-sc.com>
* f2c.h: Delete my (old) email address.
...
...
libf2c/libU77/lstat_.c
View file @
9074cde5
...
...
@@ -69,7 +69,6 @@ integer G77_lstat_0 (const char *name, integer statb[13], const ftnlen Lname)
statb
[
8
]
=
buf
.
st_atime
;
statb
[
9
]
=
buf
.
st_mtime
;
statb
[
10
]
=
buf
.
st_ctime
;
statb
[
6
]
=
0
;
#if HAVE_ST_BLKSIZE
statb
[
11
]
=
buf
.
st_blksize
;
#else
...
...
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