Init
This commit is contained in:
5
common/shm.h
Normal file
5
common/shm.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int allocate_shm_file(size_t size);
|
||||
Reference in New Issue
Block a user