While Linux does have stable syscall interface, unlike other OS-es, you still want to go through glibc. At least for NSS, otherwise your app could be broken.
Golang has CGO_ENABLED=1 as the default for this reason.