From 34ea9096366fe475891a0aee7b3bbc74bfe07032 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Oct 2010 22:41:46 +0200 Subject: lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/ metze --- lib/util/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/util.c') diff --git a/lib/util/util.c b/lib/util/util.c index 8928026e80..db71def4c4 100644 --- a/lib/util/util.c +++ b/lib/util/util.c @@ -937,7 +937,7 @@ bool next_token_no_ltrim_talloc(TALLOC_CTX *ctx, } /* Map a shared memory buffer of at least nelem counters. */ -void *allocate_anonymous_shared(size_t bufsz) +void *anonymous_shared_allocate(size_t bufsz) { void *buf; size_t pagesz = getpagesize(); -- cgit