Why isn't timespec_get defined on any C compiler on my Mac?

According to the C11 Standard (7.27.2.5), there is a function timespec_get specified in time.h. I have tried several compilers, including clang and several versions of gcc, which are supposed to s...