commit | e1a580f291a65562e53d88896c3419cbf118544f | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@google.com> | Wed Oct 30 10:09:34 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 30 10:10:21 2024 -0700 |
tree | 8f1ec062e63d963209ceb2633bea25050310a424 | |
parent | e905aa3b12cfd5025477f0efe9f1a3a685372546 [diff] |
[libc] Fix fexcept_t type to match canonical ABI and API (#113666) In glibc and musl, fexcept_t is unsigned short int on x86 and unsigned int on other machines that llvm-libc supports. Match that ABI (only different from before on x86) and API (different everywhere as it was previously signed). GitOrigin-RevId: 0c8e12fc64073a889956e790881cdf0d58018372