diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-10-26 22:41:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-20 05:31:45 +0100 |
commit | 34ea9096366fe475891a0aee7b3bbc74bfe07032 (patch) | |
tree | b15f9dad9de6747d2e3bd2d7fceae0b008a4842b /lib/util/util.c | |
parent | 9e00d2a9a47d03b41e88407eb89395b870a104a5 (diff) | |
download | samba-34ea9096366fe475891a0aee7b3bbc74bfe07032.tar.gz |
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
metze
Diffstat (limited to 'lib/util/util.c')
-rw-r--r-- | lib/util/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util.c b/lib/util/util.c index 8928026e80a..db71def4c4c 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(); |