Hacker News new | ask | show | jobs
by eikenberry 972 days ago
Using syscalls means you can replace the kernel. Using libc means you are locked into and FFI/C calling convention for anything other than C. Apples/Oranges.
1 comments

There’s nothing wrong with the C calling convention, at least from a security perspective.