[libc-commits] [libc] [libc] implement `memalignment` (PR #132493)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sat Mar 22 18:54:55 PDT 2025


================
@@ -40,6 +40,12 @@ functions:
     arguments:
       - type: size_t
       - type: size_t
+  - name: memalignment
+    standards:
+      - gnu
----------------
jhuber6 wrote:

Isn't this a standard C function? Not a GNU extension?

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


More information about the libc-commits mailing list