From: Colin Schmidt Date: Sat, 27 Feb 2016 06:00:31 +0000 (-0800) Subject: remove malloc declaration from dhrystone X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=240a4b23e0791283fbae34ced137ce644ac140b5 remove malloc declaration from dhrystone it was unused and causing issues when building with the linux toolchain --- diff --git a/benchmarks/dhrystone/dhrystone_main.c b/benchmarks/dhrystone/dhrystone_main.c index f2cd58e..492270a 100644 --- a/benchmarks/dhrystone/dhrystone_main.c +++ b/benchmarks/dhrystone/dhrystone_main.c @@ -60,7 +60,6 @@ char Ch_1_Glob, int Arr_1_Glob [50]; int Arr_2_Glob [50] [50]; -extern char *malloc (); Enumeration Func_1 (); /* forward declaration necessary since Enumeration may not simply be int */