Silence -Wunguarded-availability

The build system recently started to use `-Wunguarded-availability` and
is complaining that the calls to clock_gettime isn't properly guarded
with the runtime __builtin_availability check. However, the call is
already statically guarded by HAVE_CLOCK_GETTIME. Silence the unguarded
availability check.

Bug: 178124881
Test: watch a forrest run on mac
Change-Id: I0715091620ce1a5346f21c3484f4714d760bea61
(cherry picked from commit 11fb88c70e7b565094b28d3e22e14efed39cf531)
1 file changed