1 2 3 4 5 6 7 8 9 10
#include <sys/shm.h> int shmctl(int shmid, int cmd, struct shmid_ds *buf) { return 0; } /* XOPEN(4) */