section-select: Fix exclude-file-3
[binutils-gdb.git] / libiberty / xatexit.c
index 6fdad9ed806a0a336f75c7869bb19a23bc6521d3..8a985cab4bc752b2df8cf4283d894aa720778d0f 100644 (file)
@@ -37,7 +37,7 @@ failure.  If you use @code{xatexit} to register functions, you must use
 #include <unixlib.h>
 #else
 /* For systems with larger pointers than ints, this must be declared.  */
-PTR malloc (size_t);
+void *malloc (size_t);
 #endif
 
 static void xatexit_cleanup (void);