[roll] Roll fuchsia [roll] Roll llvm-project/libc [libc] Enable setitimer and getitimer functions on riscv (#139182)

These functions don't have a _time64 variant, so we can't use time_t
directly (since our time_t is a uint64_t). The workaround is to use
longs when doing the syscall and write back when necessary.

GitOrigin-RevId: ba38e56c989af932eaa7b287a8e6197abf693e57
Original-Revision: f6c3eba6dc958efeb455992153a34bfcbf8567fc

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1279373
Original-Revision: b74014af9d12d054ebd4fb19c67ed1f1dc916349
GitOrigin-RevId: 41d806331adce025ed69d073551d053d8455c87d
Change-Id: I05c41424e670433c40cc884c0eb2df817ac49455
1 file changed
tree: 8b976f598ef4e50d5f0fac12b9d5f1cb7b2dc274
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.