[Bug 1202] New: ECANCELED not defined in errno
    rtems-bugs at rtems.org 
    rtems-bugs at rtems.org
       
    Mon Jan  1 18:50:35 UTC 2007
    
    
  
http://www.rtems.org/bugzilla/show_bug.cgi?id=1202
           Summary: ECANCELED not defined in errno
           Product: RTEMS
           Version: 4.6
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: misc
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: jwillemsen at remedy.nl
The aio methods describe that there is an error status ECANCELED, on linux this
is for example a define in errno.h which is the value 125. See the following
link of posix:
http://www.opengroup.org/onlinepubs/009695399/functions/aio_cancel.html
Please add ECANCELED also to the rtems header files and make sure that
aio_cancel works as following:
For requested operations that are successfully canceled, the associated error
status shall be set to [ECANCELED] and the return status shall be -1. For
requested operations that are not successfully canceled, the aiocbp shall not
be modified by aio_cancel().
-- 
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the bugs
mailing list