[roll] Roll fuchsia [roll] Roll llvm-project/libc [libc] Add sys/stat syscall wrappers (#195295)

Added ErrorOr-returning syscall wrappers for chmod, fchmod, fchmodat,
mkdir, mkdirat, and statx in
src/__support/OSUtil/linux/syscall_wrappers/. Migrated the sys/stat
Linux entrypoints to use them.

Added hdr/types/struct_stat.h proxy header. Updated stat, lstat, fstat
to use it, and kernel_statx to use the new statx wrapper.

Fixed fchmodat CMakeLists.txt to reference fchmodat.h (was fchmod.h).
Updated test dependencies to use hdr/sys_stat_macros.

GitOrigin-RevId: 90e17d269ee7454453a225faa050eefdfe709c5d
Original-Revision: 2193769480b7d7726158c49852c7b39ae65839c0

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1598492
Original-Revision: 3ace994e16caa29458e9fa79f9b64691354d3373
GitOrigin-RevId: a5d703442680dda9f834b6920afbfa44810e3cb1
Change-Id: Ia620ec07c61bd7c880343da414aa4930ff0c1127
1 file changed
tree: 136d8a64cf00f2002107fbf3a1f09bfe83339b76
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.