mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
updated RISC OS stuff
This commit is contained in:
parent
da2cb3910d
commit
3782e1595e
7 changed files with 32 additions and 0 deletions
|
@ -66,7 +66,9 @@ struct memblock_struct {
|
|||
|
||||
static void *pool;
|
||||
static volatile int pool_okay; /* may be checked in an atexit function */
|
||||
#ifdef HAVE_MMAP
|
||||
static volatile int pool_is_mmapped;
|
||||
#endif
|
||||
static size_t poolsize; /* allocated length */
|
||||
static size_t poollen; /* used length */
|
||||
static MEMBLOCK *unused_blocks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue