#ifndef LINUX_SHM_OPEN_H #define LINUX_SHM_OPEN_H long sys_shm_open(const char* name, int oflag, int mode); #endif