mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
shm: MAP_UNINITIALIZED is a linux only mmap flag
This commit is contained in:
parent
f1e422b25a
commit
549d46bda4
1 changed files with 4 additions and 0 deletions
4
shm.c
4
shm.c
|
|
@ -25,6 +25,10 @@
|
|||
#include "macros.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
#if !defined(MAP_UNINITIALIZED)
|
||||
#define MAP_UNINITIALIZED 0
|
||||
#endif
|
||||
|
||||
#define TIME_SCROLL 0
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue