[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Add proxy header for the jmp_buf type (#107712)

Added proxy header for the jmp_buf type and changed all use instances
from __jmp_buf * to the typedef alias jmp_buf , fixed the link to LLVM
in stack_t.h description

GitOrigin-RevId: 4ec8d47820af4cb0fff2d0d42f50c3555327e9c5
Original-Revision: 44fba22f858e287393c8d2837f7d1a6ab7cff0ea
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1114762
Original-Revision: 3f67b2879c7de0f394722cb02f8d47399b2164e8
Change-Id: Ic09378bc428104d2b880a594120e046e0723871b
1 file changed
tree: 344cf6ae123adbd252da5d518f93ca5bf91c2fa7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.