summaryrefslogtreecommitdiff
path: root/src/unexec.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
committerJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
commitd4327fecc103493bc8275c3580b05c06c9fcc019 (patch)
treecdb73774491cf71c27c209576895d50633f414b9 /src/unexec.c
parentcab96458f8ef158d9a870f84f09058e0404cd393 (diff)
downloademacs-d4327fecc103493bc8275c3580b05c06c9fcc019.tar.gz
entered into RCS
Diffstat (limited to 'src/unexec.c')
-rw-r--r--src/unexec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 5417f760467..c1dc6e33016 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -207,7 +207,11 @@ static long data_scnptr;
#else /* not COFF */
+#ifdef __STDC__
+extern void *sbrk ();
+#else
extern char *sbrk ();
+#endif
#define SYMS_START ((long) N_SYMOFF (ohdr))