#include <unistd.h>
int const foo = _SC_THREAD_SAFE_FUNCTIONS;
int main(void) { return 0; }
