shm implemented as memfd syscall
cheliequan
2022-12-04 14278bd98326f0afdd86fe4ec24e747b0e0b712a
src/CMakeLists.txt
@@ -5,7 +5,7 @@
include_directories(../include)
# add library
add_library(memfd SHARED memfd.c)
add_library(memfd SHARED memfd.c list_in_shm.c)
target_link_libraries(memfd PRIVATE pthread)