[roll] Roll fuchsia [kernel][ktl] Include <compare> in <chrono> hack

The hackery used in ktl's <chrono> wrapper needs to be adjusted
whenever there's another libc++ header transitively used by some
ktl header that there wasn't before.  In C++20 mode, many things
use <compare>.

Original-Fixed: 91092
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/627661
Original-Revision: ac54e0406f98452fa5820660d53aadea7ab351e1
GitOrigin-RevId: 2b43eda2db18ab4397c3064434f79a6c95a3780d
Change-Id: I9326c33fbf11714d8c008bb25b87e82d9f24b2e4
1 file changed
tree: 6b51f1085a0d0410171c67a23a6f2d287ab2f3a6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.