mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
14 lines
466 B
Diff
14 lines
466 B
Diff
--- binutils-2.9.1/libiberty/strsignal.c 1998-05-01 17:47:54.000000000 +0200
|
|
+++ binutils-2.9.1/libiberty/strsignal.c 2012-08-04 12:43:35.000000000 +0200
|
|
@@ -25,8 +25,10 @@
|
|
|
|
#ifdef __STDC__
|
|
#include <stddef.h>
|
|
+#ifndef __APPLE__
|
|
extern void *malloc (size_t size); /* 4.10.3.3 */
|
|
extern void *memset (void *s, int c, size_t n); /* 4.11.6.1 */
|
|
+#endif
|
|
#else /* !__STDC__ */
|
|
extern char *malloc (); /* Standard memory allocater */
|
|
extern char *memset ();
|