diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index 34096c3ed..b871d34b0 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -94,6 +94,12 @@ struct _winsup_t /* uinfo.cc */ char _username[UNLEN + 1]; + + /* net.cc */ + char *_ntoa_buf; + struct protoent *_protoent_buf; + struct servent *_servent_buf; + struct hostent *_hostent_buf; }; |