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
75d05d2a
Commit
75d05d2a
authored
Nov 23, 2009
by
Rainer Orth
Committed by
Rainer Orth
Nov 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* adaint.h: Assume large file support on IRIX only if _LFAPI.
From-SVN: r154442
parent
1586899e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/adaint.h
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
75d05d2a
2009
-
11
-
23
Rainer
Orth
<
ro
@
CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
adaint
.
h
:
Assume
large
file
support
on
IRIX
only
if
_LFAPI
.
2009
-
11
-
21
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
Laurent
GUERBY
<
laurent
@
guerby
.
net
>
...
...
gcc/ada/adaint.h
View file @
75d05d2a
...
...
@@ -47,7 +47,7 @@
determine at compile time what support the system offers for large files.
For now we just list the platforms we have manually tested. */
#if defined (__GLIBC__) || defined (sun) ||
defined (__sgi
)
#if defined (__GLIBC__) || defined (sun) ||
(defined (__sgi) && defined(_LFAPI)
)
#define GNAT_FOPEN fopen64
#define GNAT_STAT stat64
#define GNAT_FSTAT fstat64
...
...
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