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 --- enmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enmalloc.c') diff --git a/enmalloc.c b/enmalloc.c index 87c75c9..db26753 100644 --- a/enmalloc.c +++ b/enmalloc.c @@ -6,7 +6,7 @@ extern char *argv0; void * -enmalloc(int status, size_t n) /* TODO test */ +libsimple_enmalloc(int status, size_t n) /* TODO test */ { void *ret = malloc(n); if (!ret) { -- cgit v1.2.3-70-g09d2