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
8502a100
Commit
8502a100
authored
Jul 23, 2000
by
Michael Sokolov
Committed by
Jeff Law
Jul 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
From-SVN: r35198
parent
5e8d20c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
libiberty/ChangeLog
+4
-0
libiberty/cp-demangle.c
+2
-0
libiberty/mkstemps.c
+1
-0
No files found.
libiberty/ChangeLog
View file @
8502a100
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2000-07-21 Mike Stump <mrs@wrs.com>
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
...
...
libiberty/cp-demangle.c
View file @
8502a100
...
...
@@ -27,6 +27,8 @@
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
...
...
libiberty/mkstemps.c
View file @
8502a100
...
...
@@ -20,6 +20,7 @@
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
...
...
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