RE: J. Brown, Pete Eberlein or Irv Mullins - socketlib.eu
- Posted by I Mullins <eugtk at yahoo.com> Jan 28, 2004
- 510 views
euphoria at eberlein.org wrote: > > > This looks like common problem that some programs have linking to the > errno variable on RedHat 9. The problem is that reading errno as > variable is unsafe in threaded programs, so they took it out altogether, > > and have a function to read errno instead..... <snip> Thanks, your fix works fine. Irv >