diff options
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r-- | malloc/malloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index 08b8e86794..685514900c 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -490,6 +490,8 @@ Void_t *(*__morecore)(ptrdiff_t) = __default_morecore; #ifndef _LIBC #define __builtin_expect(expr, val) (expr) + +#define fwrite(buf, size, count, fp) _IO_fwrite (buf, size, count, fp) #endif /* |