[all-commits] [llvm/llvm-project] 82f196: [libc] Update size_t and ssize_t definitions to us...
lntue via All-commits
all-commits at lists.llvm.org
Thu Jun 12 10:12:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82f19674bff578b9afd164144fd6b75d042ac932
https://github.com/llvm/llvm-project/commit/82f19674bff578b9afd164144fd6b75d042ac932
Author: lntue <lntue at google.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M libc/include/llvm-libc-types/size_t.h
M libc/include/llvm-libc-types/ssize_t.h
Log Message:
-----------
[libc] Update size_t and ssize_t definitions to use __SIZE_TYPE__ and __PTRDIFF_TYPE__ respectively. (#143921)
The current definition of `ssize_t` does not have the same bit width as
`size_t` on 32-bit platforms.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list