[all-commits] [llvm/llvm-project] 45b1a4: Add <stdbool.h> to llvm-libc-types headers that ne...

Alexey Samsonov via All-commits all-commits at lists.llvm.org
Thu Oct 30 16:37:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45b1a4bb8d0f77a336730c9da7f15820c2869611
      https://github.com/llvm/llvm-project/commit/45b1a4bb8d0f77a336730c9da7f15820c2869611
  Author: Alexey Samsonov <vonosmas at gmail.com>
  Date:   2025-10-30 (Thu, 30 Oct 2025)

  Changed paths:
    M libc/include/llvm-libc-types/__barrier_type.h
    M libc/include/llvm-libc-types/pthread_barrierattr_t.h

  Log Message:
  -----------
  Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)

We need `<stdbool.h>` to support having "bool" members inside pthread
structs that may get included through `<pthread.h>` from C code prior to
C23.



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