0.7.12.28
[sbcl.git] / contrib / sb-bsd-sockets / alien / get-h-errno.c
1 #include <netdb.h>
2
3 int get_h_errno()
4 {
5     return h_errno;
6 }