[all-commits] [llvm/llvm-project] c618e1: [libc] Pull more definitions from linux/stat.h (#6...

Jeff Bailey via All-commits all-commits at lists.llvm.org
Thu Sep 21 22:35:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c618e131611c8d24a64dc3899f32a9aa52f18182
      https://github.com/llvm/llvm-project/commit/c618e131611c8d24a64dc3899f32a9aa52f18182
  Author: Jeff Bailey <jbailey at raspberryginger.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M libc/include/llvm-libc-macros/linux/sys-stat-macros.h

  Log Message:
  -----------
  [libc] Pull more definitions from linux/stat.h (#67071)

For file handling, we need more definitions from
linux/stat.h, so this pulls them in. It also adjusts other definitions
to match the kernel's exactly [NFC] so that it's easy to verify that
there's been no divergence one day when it's time to use linux/stat.h
directly.

Tested:
check-libc




More information about the All-commits mailing list