[roll] Roll fuchsia [libc] Remove __flt_rounds

This symbol existed in musl to support the FLT_ROUNDS macro in
float.h. We don't actually use musl's float.h header, instead
clang's float.h is used which uses __builtin_flt_rounds. It's
unlikely anyone is using this symbol, and it doesn't make sense
to keep around.

Original-Bug: 80819
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687605
Original-Revision: b2240e5cf022e8fbf1445728901f451583322073
GitOrigin-RevId: 50bd7289c069bd195f1d759354bbb00bb294089c
Change-Id: Id3f0cb0614bbd0a72ed6866f9908b678d521348c
1 file changed
tree: fd2ede9f912a0dd40b4ed959e82eb34ac7990956
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.