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