change ldso path file logic to replace rather than add to search path
[oweals/musl.git] / src / network / h_errno.c
1 #include <netdb.h>
2
3 #undef h_errno
4 int h_errno;
5
6 int *__h_errno_location(void)
7 {
8         return &h_errno;
9 }