carlosseo.com
Golang patch accepted: Use clock_gettime to get current time on ppc64x
For consistency across platforms, Golang for Power now fetches the current time in nanoseconds, via the clock_gettime() syscall.
Carlos Eduardo Seo