[roll] Roll fuchsia [fake-object] Add extern "C".

The extern "C" blocks tell the compiler to use C name mangling for the
zx_*() functions. They also cause the compiler to error out if the
functions use any C++ feature.

Original-Bug: 373444405
Test: fx test //sdk/lib/driver/fake-bti/cpp
Test: fx test //sdk/lib/driver/fake-object/cpp
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177193
Original-Revision: 6c73020071667d8ab10ebdb10fe0a89a7d39d4a7
GitOrigin-RevId: f59ce777850904385e3dce4ab138305a93a48370
Change-Id: I843ca96bce881cf137be1e5335b4bac603c99120
1 file changed
tree: 479acce573f0a45f1b33acd5a9147f313ed79e06
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.