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
e8bb250c
Commit
e8bb250c
authored
Jun 24, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whoops. Revert patch applied to the wrong tre.
From-SVN: r27737
parent
4ef877d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
libiberty/ChangeLog
+0
-5
libiberty/setenv.c
+0
-3
libiberty/xstrdup.c
+0
-1
No files found.
libiberty/ChangeLog
View file @
e8bb250c
Thu Jun 24 22:26:45 1999 Philippe De Muyter <phdm@macqel.be>
* setenv.c (sys/types.h, stdio.h): Files included.
* xstrdup.c (sys/types.h): File included.
1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* configure.in (checkfuncs): Add gettimeofday.
...
...
libiberty/setenv.c
View file @
e8bb250c
...
...
@@ -30,9 +30,6 @@ extern int errno;
#if HAVE_STDLIB_H
# include <stdlib.h>
#else
#include <sys/types.h>
/* For `size_t' */
#include <stdio.h>
/* For `NULL' */
#endif
#if HAVE_STRING_H
# include <string.h>
...
...
libiberty/xstrdup.c
View file @
e8bb250c
...
...
@@ -5,7 +5,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
/* For `size_t' */
#ifdef HAVE_STRING_H
#include <string.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