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 manual/3665] errno 118 assigned twice (ECANCELED and ENOTSUP)


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2007-01-21 23:19 -------
Created an attachment (id=1510)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1510&action=view)
proposed patch

Here is a proposed patch.

ECANCELED is only supported for aio functions, which have yet no implementation
on the Hurd: the symbols aren't even provided, so no existing program may have
already been compiled using that 118 value.  That's why it is safe to change
that constant rather than ENOTSUP.


-- 


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

------- 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]