[libc-commits] [libc] Implement linux-specific sendmmsg(2) (PR #198778)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed May 20 07:04:29 PDT 2026


================
@@ -121,6 +122,15 @@ functions:
       - type: const void*
       - type: size_t
       - type: int
+  - name: sendmmsg
+    standards:
+      - Linux
----------------
kaladron wrote:

```suggestion
      - linux
```

I was looking at the YAML parser this morning, and it looks like it wants all of these to be lower case.  (That's why I sent the PR to you earlier with the changes for s,POSIX,posix,)

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


More information about the libc-commits mailing list