[all-commits] [llvm/llvm-project] 7dc66b: [libc] Add BSD/SysV compatibility types to sys/typ...

Jeff Bailey via All-commits all-commits at lists.llvm.org
Wed Jun 3 04:38:43 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7dc66bf2353d09a84dfa6aca70942b3902d94f6e
      https://github.com/llvm/llvm-project/commit/7dc66bf2353d09a84dfa6aca70942b3902d94f6e
  Author: Jeff Bailey <jbailey at raspberryginger.com>
  Date:   2026-06-03 (Wed, 03 Jun 2026)

  Changed paths:
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/u_char.h
    A libc/include/llvm-libc-types/u_int32_t.h
    A libc/include/llvm-libc-types/uint.h
    M libc/include/sys/types.yaml

  Log Message:
  -----------
  [libc] Add BSD/SysV compatibility types to sys/types.h (#201314)

Added u_char, u_int32_t, and uint to sys/types.h. These types are
commonly used by legacy and compatibility-reliant libraries like libedit
and libcap.

Assisted-by: Automated tooling, human reviewed.



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