shm: MAP_UNINITIALIZED is a linux only mmap flag

This commit is contained in:
Daniel Eklöf 2020-10-10 11:29:04 +02:00
parent f1e422b25a
commit 549d46bda4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
shm.c
View file

@ -25,6 +25,10 @@
#include "macros.h"
#include "xmalloc.h"
#if !defined(MAP_UNINITIALIZED)
#define MAP_UNINITIALIZED 0
#endif
#define TIME_SCROLL 0
/*