diff options
Diffstat (limited to 'newlib/libc/stdlib/calloc.c')
-rw-r--r-- | newlib/libc/stdlib/calloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/calloc.c b/newlib/libc/stdlib/calloc.c index af9a4ad..4415c65 100644 --- a/newlib/libc/stdlib/calloc.c +++ b/newlib/libc/stdlib/calloc.c @@ -14,7 +14,7 @@ INDEX ANSI_SYNOPSIS #include <stdlib.h> void *calloc(size_t <[n]>, size_t <[s]>); - void *calloc_r(void *<[reent]>, size_t <n>, <size_t> <[s]>); + void *_calloc_r(void *<[reent]>, size_t <[n]>, size_t <[s]>); TRAD_SYNOPSIS #include <stdlib.h> |