This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/2588] Compatibility issue with errno and h_errno


------- Additional Comments From jakub at redhat dot com  2006-04-20 08:15 -------
You need to file a bug with whomever gave you the buggy software, glibc just
warns you about a bug in it (and in RHEL{3,4}/Fedora Core{1-4}/CentOS{3,4} works
around it, though note that in more recent distributions such buggy software is
simply out of chance to work.
errno is defined as *__errno_location () in glibc for more than 9 years,
so any properly built program (that #include <errno.h> when it wants to use
errno rather than violating the standards and definining it by itself) will
not reference errno directly and will work just fine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=2588

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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