[roll] Roll fuchsia [kernel] [libc] Fix printf("%#016lx") handling

The old code used to pad the output with zeros before the 0x,
so you would end up with a 0000000x10. This is not the intended
behavior.
Original-Fixed: 51170

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/673951
Original-Revision: db61af0d1fc27c4c807f5da7d0553a4bb422882b
GitOrigin-RevId: 1403ba46b7d0065409f6b2f667d12f6140d50f61
Change-Id: I66a40201daa1b47b71605bcb48dfe8f5345a2b93
1 file changed
tree: 81fed70c88c5bf4cc164e23f8c2d3650997ca922
  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
  12. toolchain
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.