[roll] Roll fuchsia [kernel][libc] Define _purecall()

The C++ ABI used for UEFI uses the name _purecall() for what the
Itanium C++ ABI (used everywhere else) calls __cxa_pure_virtual.

Original-Fixed: 458777517
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1418854
Original-Revision: af7968c4e32ae014dfb6088d6dd02dc948dec232
GitOrigin-RevId: 1f24c3254f7f2218964e4cbba70b7f63499f0d5b
Change-Id: If79cbd85ecc1f386b7d80c6a2b554a3e55799f46
1 file changed
tree: 1c67fc95faf537d833c5d7a5602d62707a84fbae
  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.