1 # Only glibc includes all c99 functions at the moment.
2 if { ! [istarget "*-linux*"] } { return 1 }
3 if { [check_effective_target_uclibc] } { return 1 }
4 return 0
5