[roll] Roll fuchsia [kernel][crt1] Move main() out of extern "C" block

Clang was recently updated to no longer accept main() functions
declared as `extern "C"` to better match the C++ standard:
https://eel.is/c++draft/basic.start.main#3.sentence-5. A fuller
discussion of the issue can be found on GitHub:
https://github.com/llvm/llvm-project/issues/101512.

This patch moves the declaration of main out of the `extern "C"`
block, but does not otherwise change any functionality. This
should be safe to do, so long as no tests or other low level
code rely on the unmangled symbol name.

Original-Fixed: 359249080
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099245
Original-Revision: 5158d315cce8d74b063cf22153315c09f8d9fa1b
GitOrigin-RevId: 746ed6a83f14c7647c702bf0aa103436da91bfff
Change-Id: I67ac55fff5b7e484f18aa0ada697586f69085a8e
1 file changed
tree: 83f8232cd1edf29ab7e0e63fe8866aa21f0c011c
  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.