[libc-commits] [libc] [libc] provide binary compatibility with syscall symbol (PR #117229)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Dec 17 09:59:08 PST 2025


================
@@ -0,0 +1,32 @@
+//===-- Linux implementation of syscall (va compat) -----------------------===//
----------------
michaelrj-google wrote:

this file should probably just be named `syscall` and the other file should be named `__llvm_libc_syscall`. That way the name matches the function provided.

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


More information about the libc-commits mailing list