[roll] Roll llvm-project/libc 246115b..068caa4 (11 commits)

068caa4 [libc][NFC] Simplify logic in `sqrt` (#80426)
bb7d73f [libc] Support epoll_wait using epoll_pwait (#80224)
e026627 [libc][stdbit] fix return types (#80337)
81a01cc [libc] add bazel support for most of unistd (#80078)
5bd72a4 [libc] fix stdbit include test when not all entrypoints are available (#80323)
9681ae6 [libc] implement stdc_leading_ones (C23) (#80082)
9829607 [libc] Fix wrong errno number in tls_test. (#80312)
ab3729a [libc] Update libc_errno to work correctly in both overlay and full build modes. (#80177)
a3101a8 [libc][NFC] Refactor FLAGS expansion using cmake_language(CALL ...). (#80156)
e253add [libc] Fix read under msan (#80203)
0ae85a4 [libc][docs] fix stdbit.h docs (#80070)

GitOrigin-RevId: fe912ec21c158bce3dfbf97a9f30bbb21777b60b
Change-Id: I39ff0c755e782425844e4a042593f0a220770662
1 file changed
tree: 2c2ff9ece5b736de696753b62081353f6fef073c
  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.