| commit | a5087e344c0b39a1a82b53e673e98a5feafd1f76 | [log] [tgz] |
|---|---|---|
| author | Joseph Huber <huberjn@fuchsia.infra.roller.outlook.com> | Mon Nov 27 17:04:58 2023 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 27 09:06:13 2023 -0800 |
| tree | ac09c4cf3526b0cb28dbd921f85a1e9deb8bb93d | |
| parent | c8a65e49847c0b2424928d13c5b798c28c04bb47 [diff] |
[roll] Roll llvm-project/libc [libc] Use file lock to join newline on RPC puts call (#73373) Summary: The puts call appends a newline. With multiple threads, this can be done out of order such that another thread puts something before we finish appending the newline. Add a flockfile and funlockfile to ensure that the whole string is printed before another string can appear. GitOrigin-RevId: 97e6a4b3a0de5ced5756fed843becf3885903999 Original-Revision: 0909133aae5acdc65aef4a5162f0b24cb3c34baa Change-Id: I07f016ec9eba4998773cd32ac485c4cc1dba5ea9
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 via the IRC channel #fuchsia on Freenode.
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.