shm implemented as memfd syscall
cheliequan
2022-12-02 ddc93e90e36d78d110b4168768ce49c4d06e80f8
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 3.9)
 
file(GLOB SOURCES *.c)
 
include_directories(../include)
 
# add library
add_library(memfd SHARED memfd.c)