mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-24 14:55:46 -04:00
Trying a different MINALIGN because of core dumps on the sparc-64
build-farm machines.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user