shm implemented as memfd syscall
cheliequan
2022-12-27 54951dfb930bea890aef14be02236f81b3a19f2e
src/memfd.c
@@ -12,6 +12,7 @@
#include <time.h>
#include <stdarg.h>
#include "memfd.h"
#include <assert.h>
#define errExit(msg)    do { perror(msg); exit(EXIT_FAILURE); \
} while (0)