aboutsummaryrefslogtreecommitdiffstats
path: root/envreallocn.c
diff options
context:
space:
mode:
Diffstat (limited to 'envreallocn.c')
-rw-r--r--envreallocn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/envreallocn.c b/envreallocn.c
index 25a5e33..ec64d29 100644
--- a/envreallocn.c
+++ b/envreallocn.c
@@ -6,7 +6,7 @@ extern char *argv0;
void *
-libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap)
+libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap) /* TODO test */
{
void *ret = libsimple_vreallocn(ptr, n, ap);
if (!ret) {