shm_open
fd = shm_open(t, O_RDWR | O_EXCL | O_CREAT, 0600);
DEF_WEAK(shm_open);
PROTO_NORMAL(shm_open);
int shm_open(const char *, int, mode_t);