[all-commits] [llvm/llvm-project] f2a997: [libc] fix futex type

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Oct 6 15:19:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2a99746666ec796b4bf10261727f6d96428ab66
      https://github.com/llvm/llvm-project/commit/f2a99746666ec796b4bf10261727f6d96428ab66
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

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

  Log Message:
  -----------
  [libc] fix futex type

Previously the futex type was defined in terms of unsigned int, now it's
uint32, which is more portable.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D135408




More information about the All-commits mailing list