[libc-commits] [libc] [libc] Create socketcall helper for Linux syscall wrappers (PR #196903)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon May 11 05:25:34 PDT 2026


================
@@ -0,0 +1,47 @@
+//===-- Implementation header for socketcall wrapper ------------*- C++ -*-===//
----------------
kaladron wrote:

This is a nit, but it looks like the header style has changed in LLVM these days:

https://llvm.org/docs/CodingStandards.html#file-headers

https://github.com/llvm/llvm-project/pull/196903


More information about the libc-commits mailing list