[roll] Roll fuchsia [zircon][rust] Make zx_futex_wait usable from Rust

Previously, the `current_value` parameter needed to be an atomic
integer, which doesn't make sense because the parameter is passed by
value. After this CL, the `current_value` parameter is just a 32 bit
integer.

Original-Fixed: 132025
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/920373
Original-Revision: 57513be86800e4dabaf75d83c5e3e886cc767efd
GitOrigin-RevId: e85a52c0a6213c6a1820f01e608e78dc8574a0b3
Change-Id: I4b2966fad377b6f9aa56fe140b238058380e4839
1 file changed
tree: 0544cd3132f6ac59f3ef456aac4a61b7fcb4d20a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.