diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-18 03:09:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-18 03:09:57 +0200 |
commit | 96bc44a63658d791c2244ef5018f4d28039e29c1 (patch) | |
tree | 8c6ea8cb5422741d93c75287ae7313392bf34f95 /include | |
parent | info: aligments (diff) | |
download | slibc-96bc44a63658d791c2244ef5018f4d28039e29c1.tar.gz slibc-96bc44a63658d791c2244ef5018f4d28039e29c1.tar.bz2 slibc-96bc44a63658d791c2244ef5018f4d28039e29c1.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h index 7a1c08b..28f937c 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -118,7 +118,7 @@ void* zalloc(size_t) */ void* realloc(void*, size_t) __GCC_ONLY(__attribute__((__warn_unused_result__))) - __slibc_warning("Use 'fast_realloc', 'secure_realloc' or 'crealloc' instead."); + __slibc_warning("Use 'fast_realloc', 'secure_realloc', or 'crealloc' instead."); /** * Free a memory allocation. |