[all-commits] [llvm/llvm-project] b6161b: [libc] Add missing struct_mmsghdr dependency to sy...
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Wed May 27 14:29:13 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6161b9f4c9e306fa07295db67a7ecc8cfadcffb
https://github.com/llvm/llvm-project/commit/b6161b9f4c9e306fa07295db67a7ecc8cfadcffb
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M libc/include/CMakeLists.txt
Log Message:
-----------
[libc] Add missing struct_mmsghdr dependency to sys_socket (#200051)
Updated libc/include/CMakeLists.txt to add
.llvm-libc-types.struct_mmsghdr to the sys_socket dependency list. This
ensures that the generated sys/socket.h correctly includes the
struct_mmsghdr.h type header.
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