Hacker News new | ask | show | jobs
by sophacles 770 days ago
Linux is also weird because there are syscalls not supported in most (any?) libc - things like io_uring, and netlink fall into this.
1 comments

Futex for a very long time was only accessible via syscall.
To be fair for users in glibc itself this wasn't much of a problem.