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 --- enmemdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enmemdup.c') diff --git a/enmemdup.c b/enmemdup.c index 84c5f73..37f9995 100644 --- a/enmemdup.c +++ b/enmemdup.c @@ -6,7 +6,7 @@ extern char *argv0; void * -enmemdup(int status, const void *s, size_t n) /* TODO test */ +libsimple_enmemdup(int status, const void *s, size_t n) /* TODO test */ { void *ret = memdup(s, n); if (!ret) { -- cgit v1.2.3-70-g09d2