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
dd05a7e7
Commit
dd05a7e7
authored
Jan 31, 1997
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcc2.c: Remove extern for malloc and realloc.
From-SVN: r13573
parent
2e1253f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
gcc/libgcc2.c
+0
-3
No files found.
gcc/libgcc2.c
View file @
dd05a7e7
...
...
@@ -2952,9 +2952,6 @@ int _exit_dummy_decl = 0; /* prevent compiler & linker warnings */
#ifdef NEED_ATEXIT
# include <errno.h>
extern
void
*
malloc
();
extern
void
*
realloc
();
static
func_ptr
*
atexit_chain
=
NULL
;
static
long
atexit_chain_length
=
0
;
static
volatile
long
last_atexit_chain_slot
=
-
1
;
...
...
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