[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Fill out generated malloc.h and related stdlib.h extensions (#127293)

This updates the generated stdlib.h and malloc.h headers to
include the subsets of extenion functions declared by glibc that
are also supported by Scudo and that use only simple types.
Scudo's extensions not declared by glibc are omitted.  glibc's
extensions not implemented by Scudo are omitted.  The mallinfo
and mallinfo2 functions are omitted (at least for now) since they
need struct definitions for their return types.

GitOrigin-RevId: 95c14861e3eb9ede1f2ab6d5310dd03dfe501f10
Original-Revision: ac36e67b33787f3c71297e7617f8528fdba62f98
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1207851
Original-Revision: ff5358924758db90ae6c9f70e4131024108bb893
Change-Id: I3803d788b804432178709851c0eb7bf4e1957fb4
1 file changed
tree: b40b556d6ef1b60eadae9145ef065ecf8c0291fb
  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 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.