From e467205fa148ceeb1edf53253a76e92b83b95552 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2018 13:24:56 +0200 Subject: Fix aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- encalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encalloc.c') diff --git a/encalloc.c b/encalloc.c index 1a18da5..34d8856 100644 --- a/encalloc.c +++ b/encalloc.c @@ -6,7 +6,7 @@ extern char *argv0; void * -encalloc(int status, size_t n, size_t m) /* TODO test */ +libsimple_encalloc(int status, size_t n, size_t m) /* TODO test */ { void *ret = calloc(n, m); if (!ret) { -- cgit v1.2.3-70-g09d2