inline fn requiresLibC(os: Os) bool
On Darwin, we always link libSystem which contains libc. Similarly on FreeBSD and NetBSD we always link system libc since this is the stable syscall interface.
os: Os,