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
d670fb27
Commit
d670fb27
authored
Jan 03, 1999
by
Rainer Orth
Committed by
Jeff Law
Jan 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* readrecord.c: Include <sys/types.h> for off_t.
From-SVN: r24467
parent
9d6b41f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libchill/ChangeLog
+4
-0
libchill/readrecord.c
+2
-1
No files found.
libchill/ChangeLog
View file @
d670fb27
Sun Jan 3 21:04:53 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* readrecord.c: Include <sys/types.h> for off_t.
1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (compiler_name): Add check to detect if this
* configure.in (compiler_name): Add check to detect if this
...
...
libchill/readrecord.c
View file @
d670fb27
/* Implement Input/Output runtime actions for CHILL.
/* Implement Input/Output runtime actions for CHILL.
Copyright (C) 1992,
1993
Free Software Foundation, Inc.
Copyright (C) 1992,
1993, 1998
Free Software Foundation, Inc.
Author: Wilfried Moser, et al
Author: Wilfried Moser, et al
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <setjmp.h>
#include <setjmp.h>
#include <stdlib.h>
#include <stdlib.h>
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include "fileio.h"
#include "fileio.h"
...
...
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