aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/news-risc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/news-risc.h b/src/m/news-risc.h
index bbf5b7ea276..7066395e360 100644
--- a/src/m/news-risc.h
+++ b/src/m/news-risc.h
@@ -51,4 +51,9 @@
51#undef KERNEL_FILE 51#undef KERNEL_FILE
52#define KERNEL_FILE "/vmunix" 52#define KERNEL_FILE "/vmunix"
53 53
54/* System's malloc, realloc, calloc and so on have bad prototypes,
55 using char * instead of void *, so tell gmalloc not to use the
56 prototypes. */
57#define BROKEN_PROTOTYPES
58
54#endif /* not NEWSOS5 */ 59#endif /* not NEWSOS5 */