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

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 07:49:41 PDT 2026


kaladron wrote:

Here's my analysis from taking this over:

https://codebrowser.dev/rust/rust/src/tools/miri/src/shims/unix/linux_like/syscall.rs.html doesn't looks like it calls libc::syscall anymore.

Go's syscall interface builds their own.

Python looks like it happily uses the macro.

Given no consumers in hand for this (and that they really ought not to be just poking things into a function and hoping), I'd going to close this instead of proeeding with it.

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


More information about the libc-commits mailing list