This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to fix recent clnt_udp change


hjl@lucon.org (H.J. Lu) writes:

> Ulrich left out
> 
> 	anyup = 0;
> 
> before
> 
> 	for (;;)
> 
> I prefer it there since it may not be always necessary.

No, this shouldn't be the reason.  It's the compilers responsibility
to delay the initialization.

The reason why added the change is to allow doing the test again after
the first failed transmission.  Maybe the status changed.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]