From 62417d7ee84a198103fbc5e871bf35e0d5efc4d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 Sep 2004 22:54:54 +0000 Subject: iAdd __nscd_getai prototype. --- nscd/nscd_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nscd/nscd_helper.c') diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index e40500c..ae8dd6c 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -72,7 +72,7 @@ void __nscd_unmap (struct mapped_database *mapped) { assert (mapped->counter == 0); - munmap ((void *) mapped->head, mapped->mapsize); + __munmap ((void *) mapped->head, mapped->mapsize); free (mapped); } @@ -180,7 +180,7 @@ get_mapping (request_type type, const char *key, if (newp == NULL) { /* Ugh, after all we went through the memory allocation failed. */ - munmap (result, size); + __munmap (result, size); goto out_close; } -- cgit v1.1