[roll] Roll fuchsia [inspect] Fix RecordUint signature

RecordUint incorrectly used a signed integer instead of an unsigned
integer. In practice this likely did not cause any issues but may result
in undefined behavior.

Test: fx test inspect-cpp-unittest
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/684247
Original-Revision: c8376f5ebc99af82d9e7c3a64d041f55132ccb44
GitOrigin-RevId: c17037d826643e7c98da5f315e4a33dfb72fb6c8
Change-Id: I189abfc6b5253d0a08e4cfadfbcde1a4ff6c8a5f
1 file changed
tree: 9d7e70190120ce3ca66023d9a44d2da38af7fa02
  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.