mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04: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 "macros.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
||||||
|
#if !defined(MAP_UNINITIALIZED)
|
||||||
|
#define MAP_UNINITIALIZED 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TIME_SCROLL 0
|
#define TIME_SCROLL 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue