#include int shmctl(int shmid, int cmd, struct shmid_ds *buf) { return 0; } /* XOPEN(4) */