This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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]

[PATCH]: Added EOVERFLOW


Hi,

as the subject says, I added EOVERFLOW to errno.h.  This error code is now
returned by Cygwin's mmap(2) under the following condition as per SUSv3:

[EOVERFLOW]
    The file is a regular file and the value of off plus len exceeds the
    offset maximum established in the open file description associated
    with fildes.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen@redhat.com


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