Ticket #40974: patch-no_sbrk_2.diff
File patch-no_sbrk_2.diff, 284 bytes (added by stoffer@…, 11 years ago) |
---|
-
support/sdbinutils/binutils/sysdep.h
old new 90 90 91 91 #ifdef HAVE_SBRK 92 92 #if !HAVE_DECL_SBRK 93 extern char *sbrk ();93 //extern char *sbrk (); 94 94 #endif 95 95 #endif 96 96