don't set errno or return an error when getspnam[_r] finds no entry
[musl] / src / internal / version.c
1 #include "version.h"
2 #include "libc.h"
3
4 const char __libc_version[] = VERSION;