RTEMS | Draft: cpukit/posix/aio*: Create notification at request completion (!118)
Kinsey Moore (@opticron)
gitlab at rtems.org
Tue Jul 16 22:39:38 UTC 2024
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118 was reviewed by Kinsey Moore
--
Kinsey Moore started a new discussion on cpukit/posix/src/aio_misc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109396
> +void rtems_aio_notify( struct sigevent *sig )
> +{
> + #ifdef RTEMS_POSIX_API
\# directives in RTEMS are typically placed at the beginning of the line either with no indentation at all or their own indentation unrelated to the code. This applies elsewhere.
--
Kinsey Moore started a new discussion on cpukit/posix/src/aio_misc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109397
> + break;
> + }
> + #endif
I'd recommend an #else clause here with "(void)sig;" to avoid unused argument warnings.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240716/c120a6d8/attachment-0001.htm>
More information about the bugs
mailing list