view osdep/shmem.h @ 21859:492ed5c89a64

10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
author reimar
date Wed, 10 Jan 2007 22:58:32 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);