diff options
Diffstat (limited to 'envreallocn.c')
-rw-r--r-- | envreallocn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envreallocn.c b/envreallocn.c index 1956933..b6ef1c1 100644 --- a/envreallocn.c +++ b/envreallocn.c @@ -4,7 +4,7 @@ void * -libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap) /* TODO test */ +libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap) /* TODO test (enreallocn, ereallocn) */ { void *ret = libsimple_vreallocn(ptr, n, ap); if (!ret) |