[roll] Roll fuchsia [reland][time] Remove the zx_clock_get syscall.

We had to rollback the original due to a prebuilt that was
using an SDK well outside the 6 week compatibility window
and so still contained a zx_clock_get reference
(ref b/189107475).

That problem is being resolved with the help of the DX team
so we should be good to reland after the long weekend.

This is a reland of 22c0ce0edeb4a1c328aad341cfca6d42e9661643

Original change's description:
> [time] Remove the zx_clock_get syscall.
>
> Following RFC-0008 we removed all the users of the kernel UTC clock in
> F2, so it should now be possible to finally remove the zx_clock_adjust
> and zx_clock_get syscalls. zx_clock_adjust was covered in fxr/515400.
>
> Original-Bug: 74471
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/516981

Original-Bug: 74471
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/535269
Original-Revision: 9d290f0a03b0e4aa687da3c7ebc7a12da811574a
GitOrigin-RevId: 67a47ad0ddd2b8e9d8aa2e3c76c7289f220ec5c7
Change-Id: I78ae8a25897f04a667ffdd008aa8ff947b4e229c
1 file changed
tree: 29131e951fef50176256a7be0bdb2a38e4399a9d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.