From 31b15688c414c7caf957be63d2914faafa1b9dda Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 13 May 2022 16:43:15 +0930 Subject: Import libiberty from gcc --- libiberty/spaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiberty/spaces.c') diff --git a/libiberty/spaces.c b/libiberty/spaces.c index 50d1588..2b6971c 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -40,8 +40,8 @@ valid until at least the next call. #include #else /* For systems with larger pointers than ints, these must be declared. */ -extern PTR malloc (size_t); -extern void free (PTR); +extern void *malloc (size_t); +extern void free (void *); #endif const char * -- cgit v1.1