[all-commits] [llvm/llvm-project] ae7ea6: [libc] Fix ioctl errno inclusion (#143928)

Michael Jones via All-commits all-commits at lists.llvm.org
Thu Jun 12 09:39:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae7ea6e3a28c017485cc2401703d6fab1549123d
      https://github.com/llvm/llvm-project/commit/ae7ea6e3a28c017485cc2401703d6fab1549123d
  Author: Michael Jones <michaelrj at google.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M libc/src/sys/ioctl/linux/ioctl.cpp
    M libc/test/src/sys/ioctl/linux/CMakeLists.txt
    M libc/test/src/sys/ioctl/linux/ioctl_test.cpp

  Log Message:
  -----------
  [libc] Fix ioctl errno inclusion (#143928)

Since errno was moved in
https://github.com/llvm/llvm-project/pull/143187 the code including it
in https://github.com/llvm/llvm-project/pull/141393 was rendered
incorrect. This patch fixes the include and the cmake depends.



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