| delorie.com/archives/browse.cgi | search |
| From: | assar AT sics DOT se (Assar Westerlund) |
| Subject: | Re: beta17.1: h_errno? |
| 7 Feb 1997 22:50:57 -0800 : | |
| Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
| Distribution: | cygnus |
| Message-ID: | <5liv44w99y.fsf.cygnus.gnu-win32@assaris.sics.se> |
| References: | <01BC11CC DOT 682D6FA0 AT gater DOT krystalbank DOT msk DOT ru> |
| Mime-Version: | 1.0 (generated by tm-edit 7.68) |
| Original-To: | Sergey Okhapkin <sos AT prospect DOT com DOT ru> |
| Original-Cc: | "gnu-win32 AT cygnus DOT com" <gnu-win32 AT cygnus DOT com> |
| In-Reply-To: | Sergey Okhapkin's message of Mon, 3 Feb 1997 12:18:43 +0300 |
| X-Mailer: | Gnus v5.2.40/Emacs 19.34 |
| Original-Sender: | owner-gnu-win32 AT cygnus DOT com |
Sergey Okhapkin <sos AT prospect DOT com DOT ru> writes:
> Assar Westerlund wrote:
> > In beta 17.1 (running NT 3.51), there's a declaration of `h_errno' in
> > <netdb.h>, but there's no definition. I guess that's not the way it's
>
> Variable h_errno defined in cygwin.dll.
I tried compiling this program:
----------------------------------------------------------------------
#include <netdb.h>
int main()
{
int foo = h_errno;
}
----------------------------------------------------------------------
And I get undefined reference.
nm cygwin.dll | grep h_errno finds no h_errno either.
/assar
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |