cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdatomic/atomic_flag_test_and_set_explicit.c -o stdatomic/atomic_flag_test_and_set_explicit -D_POSIX_C_SOURCE=202405L -lm -lpthread ld: error: undefined symbol: atomic_flag_test_and_set_explicit >>> referenced by atomic_flag_test_and_set_explicit.c >>> ../out/openbsd/include/stdatomic/atomic_flag_test_and_set_explicit.o:(foo) cc: error: linker command failed with exit code 1 (use -v to see invocation)