build: FAILED conformance/interfaces/pthread_spin_init/2-2: build: FAILED: Compiler output: conformance/interfaces/pthread_spin_init/2-2.c:67:53: error: use of undeclared identifier 'S_IRUSR' shm_fd = shm_open(shm_name, O_RDWR|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR); ^ conformance/interfaces/pthread_spin_init/2-2.c:67:61: error: use of undeclared identifier 'S_IWUSR' shm_fd = shm_open(shm_name, O_RDWR|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR); ^ 2 errors generated.