Use _POSIX_C_SOURCE, use shm_open

This commit is contained in:
emersion 2018-11-05 22:51:23 +01:00
parent d7b010024a
commit 2d0c5ec78e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
18 changed files with 32 additions and 61 deletions

View file

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE 700
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <fcntl.h>
#include <stdlib.h>