[Bug 1656] GSoC AIO patch
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Aug 16 14:44:56 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1656
--- Comment #20 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-08-16 09:44:55 CDT ---
I noticed that psxenosys broke with this patch. It broke because some
of the aio_ routines are implemented but there remain 3 that are not:
$ grep ENOSYS aio*
aio_cancel.c: rtems_set_errno_and_return_minus_one( ENOSYS );
aio_fsync.c: rtems_set_errno_and_return_minus_one( ENOSYS );
aio_suspend.c: rtems_set_errno_and_return_minus_one( ENOSYS );
Why?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list