Hacker News new | ask | show | jobs
by packetlost 8 days ago
It is not libc based.
1 comments

Isn't libc mandatory on OpenBSD?
It looks like they do link to libc on OpenBSD hosts, but other hosts directly invoke syscalls
There was an article linked on here or lobste by an OpenBSD dev showing how to make your own "libc".

The main issue on that OS is that it is neither ABI or API stable.