Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
83cb209c
Commit
83cb209c
authored
Jun 16, 1993
by
Jim Blandy
Browse files
* unexec.c [HPUX] (sbrk): This returns a void *.
parent
716e9939
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/unexec.c
src/unexec.c
+5
-1
No files found.
src/unexec.c
View file @
83cb209c
...
...
@@ -207,11 +207,15 @@ static long data_scnptr;
#else
/* not COFF */
#ifdef HPUX
extern
void
*
sbrk
();
#else
#ifdef __STDC__
extern
void
*
sbrk
();
#else
extern
char
*
sbrk
();
#endif
#endif
/* __STDC__ */
#endif
/* HPUX */
#define SYMS_START ((long) N_SYMOFF (ohdr))
...
...
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