[all-commits] [llvm/llvm-project] 412d47: [libc] Add the MSG_ flags (#194375)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Apr 28 04:25:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 412d474f5e1dc9a931a71cf972c5415e6a025a6f
https://github.com/llvm/llvm-project/commit/412d474f5e1dc9a931a71cf972c5415e6a025a6f
Author: Pavel Labath <pavel at labath.sk>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M libc/include/llvm-libc-macros/linux/sys-socket-macros.h
M libc/test/src/sys/socket/linux/CMakeLists.txt
M libc/test/src/sys/socket/linux/send_recv_test.cpp
M libc/test/src/sys/socket/linux/sendmsg_recvmsg_test.cpp
Log Message:
-----------
[libc] Add the MSG_ flags (#194375)
I've included all of the flags defined on linux, even those not
documented in POSIX (or the manpage). I've also added tests to exercise
the flags, for cases where this can be done with domain sockets.
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