[roll] Roll fuchsia [libc] Add missing annotations on sanitizer stub inlines

In a coverage/profile-instrumented build, even an empty
static inline might get an uninlined function generated
just to increment its counters. So these functions need
all the special attributes that actual implementations
would have.

Original-Bug: 131714
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/896238
Original-Revision: 22cd5652b180081e916aebd9cb975ffbae16ba79
GitOrigin-RevId: 62198fefd949e8f67c8a8ca9231a623f2a704051
Change-Id: I35d130561316a199dd1d68d2ba45439b4c90999d
1 file changed
tree: 64d23334ad0a5ecfcc7e3afe59774863ed191f99
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.