commit | 0103f6e48aed9db26cb40144c952af50a08c6a4a | [log] [tgz] |
---|---|---|
author | Victor Costan <costan@fuchsia.infra.roller.google.com> | Wed Dec 18 17:34:53 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 18 17:36:08 2024 -0800 |
tree | 479acce573f0a45f1b33acd5a9147f313ed79e06 | |
parent | 41d7f7ecdb3c0e7596927d3bb5995cbafe045852 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.