diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:26:42 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:26:53 +0100 |
commit | 7c6c1f8a3ee6b77aa3661460fd7510a9cd18ba0a (patch) | |
tree | 37e1ecc39d2233faefa3ff4f7bb8cc548ebe51cc | |
parent | 2b9827de1c5614207ed73ce426c3c72db9c91333 (diff) |
netdb.h additions
-rw-r--r-- | system/include/netdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/netdb.h b/system/include/netdb.h index 757961d2..6e069448 100644 --- a/system/include/netdb.h +++ b/system/include/netdb.h @@ -49,6 +49,8 @@ void endhostent(void); void herror(const char* s); const char* hstrerror(int err); +extern int h_errno; + #ifdef __cplusplus } #endif |