1
0
Fork 0
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:
Stefan Bellon 2002-09-12 16:25:36 +00:00
parent da2cb3910d
commit 3782e1595e
7 changed files with 32 additions and 0 deletions

View file

@ -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;