shm_unlink
int shm_unlink(const char *);
ATF_REQUIRE_EQ(shm_unlink("/shm_semtest_a"), 0);
(void)shm_unlink("/shm_semtest_a");