public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] newlib/libc/stdlib/realloc.c: fix variable name
@ 2017-11-14  9:18 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-11-14  9:18 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9cf0c4a012b214504e19fb92b23d5f0f3c9da097

commit 9cf0c4a012b214504e19fb92b23d5f0f3c9da097
Author: Florian Schmidt <florian.schmidt@neclab.eu>
Date:   Tue Nov 14 09:01:14 2017 +0100

    newlib/libc/stdlib/realloc.c: fix variable name
    
    The variable doesn't follow the convention of having the same name as
    the function it's bundled with. Furthermore, it clashes with the
    variable of the same name in newlib/libc/stdlib/calloc.c.
    
    Signed-off-by: Florian Schmidt <florian.schmidt@neclab.eu>

Diff:
---
 newlib/libc/stdlib/realloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/stdlib/realloc.c b/newlib/libc/stdlib/realloc.c
index 2caa6e4..0cdbdb6 100644
--- a/newlib/libc/stdlib/realloc.c
+++ b/newlib/libc/stdlib/realloc.c
@@ -1,5 +1,5 @@
 #ifdef MALLOC_PROVIDED
-int _dummy_calloc = 1;
+int _dummy_realloc = 1;
 #else
 /* realloc.c -- a wrapper for realloc_r.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-14  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14  9:18 [newlib-cygwin] newlib/libc/stdlib/realloc.c: fix variable name Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).