Commit efa00f4e by Richard Kenner

(sbrk): Define here for __alpha.

From-SVN: r10297
parent b1733810
......@@ -141,6 +141,10 @@ void set_target_switch ();
static void print_switch_values ();
static char *decl_name ();
#ifdef __alpha
extern char *sbrk ();
#endif
/* Name of program invoked, sans directories. */
char *progname;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment