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
da3e0142
Commit
da3e0142
authored
Jan 20, 2003
by
David Edelsohn
Committed by
David Edelsohn
Jan 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h (strsignal): Also declare if no declaration found.
From-SVN: r61490
parent
825c5408
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/system.h
+1
-1
No files found.
gcc/ChangeLog
View file @
da3e0142
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
*
collect2
.
c
(
ldgetname
)
:
Expand
declaration
to
prototype
.
*
collect2
.
c
(
ldgetname
)
:
Expand
declaration
to
prototype
.
*
read
-
rtl
.
c
(
atoll
)
:
Add
prototype
.
*
read
-
rtl
.
c
(
atoll
)
:
Add
prototype
.
*
system
.
h
(
strsignal
)
:
Also
declare
if
no
declaration
found
.
2003
-
01
-
19
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
2003
-
01
-
19
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
...
...
gcc/system.h
View file @
da3e0142
...
@@ -321,7 +321,7 @@ extern PTR realloc PARAMS ((PTR, size_t));
...
@@ -321,7 +321,7 @@ extern PTR realloc PARAMS ((PTR, size_t));
/* If the system doesn't provide strsignal, we get it defined in
/* If the system doesn't provide strsignal, we get it defined in
libiberty but no declaration is supplied. */
libiberty but no declaration is supplied. */
#if
ndef HAVE
_STRSIGNAL
#if
!defined (HAVE_STRSIGNAL) || !HAVE_DECL
_STRSIGNAL
# ifndef strsignal
# ifndef strsignal
extern
const
char
*
strsignal
PARAMS
((
int
));
extern
const
char
*
strsignal
PARAMS
((
int
));
# endif
# 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