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
2fa18a53
Commit
2fa18a53
authored
Sep 30, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Sep 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
From-SVN: r29725
parent
fc80ea73
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
libio/ChangeLog
+4
-0
libio/editbuf.cc
+1
-0
libio/parsestream.cc
+1
-0
libio/pfstream.cc
+1
-0
No files found.
libio/ChangeLog
View file @
2fa18a53
Thu Sep 30 01:08:04 1999 Jeffrey A Law (law@cygnus.com)
* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
Mon Sep 13 06:30:14 1999 Mark Klein <mklein@dis.com>
* config/mpeix.mt: New for MPEiX port.
...
...
libio/editbuf.cc
View file @
2fa18a53
...
...
@@ -31,6 +31,7 @@ Written by Per Bothner (bothner@cygnus.com). */
#include "editbuf.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
/* NOTE: Some of the code here is taken from GNU emacs */
/* Hence this file falls under the GNU License! */
...
...
libio/parsestream.cc
View file @
2fa18a53
...
...
@@ -30,6 +30,7 @@ Written by Per Bothner (bothner@cygnus.com). */
#include "libioP.h"
#include "parsestream.h"
#include <stdlib.h>
#include <string.h>
streambuf
*
parsebuf
::
setbuf
(
char
*
,
int
)
{
...
...
libio/pfstream.cc
View file @
2fa18a53
...
...
@@ -30,6 +30,7 @@ the executable file might be covered by the GNU General Public License. */
#include "libioP.h"
#include <pfstream.h>
#include <procbuf.h>
#include <string.h>
ipfstream
::
ipfstream
(
const
char
*
name
,
int
mode
,
int
prot
)
{
...
...
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