[roll] Roll llvm-project/libc [libc] Fix suseconds_t definition and utimes_test (#134326) The main issue was that the kernel expected `suseconds_t` to be 64 bits but ours was 32. This caused inconsistent failures since all valid `suseconds_t` values are less than 1000000 (1 million), and some configurations caused `struct timeval` to be padded to 128 bits. Also: forgot to use TEST_FILE instead of FILE_PATH in some places. GitOrigin-RevId: 3abf785091d1a0890069ed72fceb940993cfc429 Original-Revision: 0c68e7bcf579f55aee5e81185f9a91d982fed423 Change-Id: I46cc012d4141d4d83123d28b92723045ed556e69
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.