diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:52:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:52:04 +0200 |
commit | 69b9c6bec08738933d79010ad8c9347e36d19bed (patch) | |
tree | e3d2790fb4a77b871234ba15784bd4e1e057981e /missing_d/getaddrinfo.h | |
parent | 8fc0c719fc910d6931d267b5437cef9048e5a9b0 (diff) | |
parent | cd2ff61aaf4938092517880ad7655828d99a3cb9 (diff) | |
download | egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.tar.gz egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.tar.bz2 egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.zip |
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'missing_d/getaddrinfo.h')
-rw-r--r-- | missing_d/getaddrinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/missing_d/getaddrinfo.h b/missing_d/getaddrinfo.h index 3d816c93..873d67df 100644 --- a/missing_d/getaddrinfo.h +++ b/missing_d/getaddrinfo.h @@ -29,3 +29,5 @@ void freeaddrinfo(struct xaddrinfo * res); int getaddrinfo(const char * hostname, const char * portname, struct xaddrinfo * hints, struct xaddrinfo ** res); + +const char *gai_strerror(int errcode); |