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

@ -23,7 +23,7 @@
* SOFTWARE.
*/
#define _XOPEN_SOURCE 500
#define _POSIX_C_SOURCE 200809L
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>