[all-commits] [llvm/llvm-project] 2eafb9: [libc][NFC] Use uint32_t to represent futex words.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jun 14 22:48:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2eafb96289da2993f65ae848a27648b3b8ebe89c
https://github.com/llvm/llvm-project/commit/2eafb96289da2993f65ae848a27648b3b8ebe89c
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M libc/src/__support/threads/linux/futex_word.h
Log Message:
-----------
[libc][NFC] Use uint32_t to represent futex words.
Futexes are 32 bits in size on all platforms, including 64-bit systems.
More information about the All-commits
mailing list