#include <unistd.h>
#ifndef _POSIX_SEMAPHORES
#error "_POSIX_SEMAPHORES is not defined"
#endif
int main(void) { return 0; }
