Commit 61d35e18 authored by Wayne Davison's avatar Wayne Davison

Trying a different MINALIGN because of core dumps on the sparc-64

build-farm machines.
parent 15f85b1f
......@@ -32,7 +32,7 @@ struct pool_extent
struct pool_extent *next;
};
#define MINALIGN (sizeof (void *))
#define MINALIGN (sizeof (long))
alloc_pool_t
pool_create(size_t size, size_t quantum,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment