[Bug 1203] New: Typo in aio header file

rtems-bugs at rtems.org rtems-bugs at rtems.org
Mon Jan 1 19:06:03 UTC 2007


http://www.rtems.org/bugzilla/show_bug.cgi?id=1203

           Summary: Typo in aio header file
           Product: RTEMS
           Version: 4.6
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P1
         Component: misc
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: jwillemsen at remedy.nl


In aio.h there is a type, there is the struct:

struct aiocb {
  int             aio_fildes;     /* File descriptor */
  off_t           aio_offset;     /* File offset */
  volatile void  *aio_buf;        /* Location of buffer */
  size_t          aio_nbytes;     /* Length of transfer */
  int             aio_reqprio;    /* Request priority offset */
  struct sigevent aio_sigevent;   /* Signal number and value */
  int             aoi_lio_opcode; /* Operation to be performed */
};

See the last field, must be aio_lio_opcode as described on the following posix
page:
http://www.opengroup.org/onlinepubs/009695399/basedefs/aio.h.html


-- 
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



More information about the bugs mailing list