lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
[metze/samba/wip.git] / lib / util / util.h
index 0073aa90513b0baa1e0a66cd0afb1e89bdd98cfe..93224e53a3fdc9a67c0e4759fdf217045ddd6042 100644 (file)
@@ -857,7 +857,7 @@ bool add_gid_to_array_unique(TALLOC_CTX *mem_ctx, gid_t gid,
 /**
  * Allocate anonymous shared memory of the given size
  */
-void *allocate_anonymous_shared(size_t bufsz);
+void *anonymous_shared_allocate(size_t bufsz);
 
 /*
   run a command as a child process, with a timeout.