RTEMS | Draft: cpukit/posix/aio*: Create notification at request completion (!118)
Alessandro Nardin (@AlessandroNardin)
gitlab at rtems.org
Thu Jul 18 14:18:08 UTC 2024
Alessandro Nardin commented on a discussion on testsuites/psxtests/psxaio04/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109539
> +}
> +
> +
> +void *POSIX_Init( void *argument )
> +{
> + int fd, status, received_signal, sig;
> + struct aiocb *aiocbp;
> + sigset_t sig_set;
> + sig = SIGUSR1;
> +
> + rtems_aio_init();
> +
> + status = mkdir( "/tmp", S_IRWXU );
> + rtems_test_assert( !status );
> +
> + fd = open( "/tmp/aio_fildes", O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO );
fixed
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109539
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/20240718/bdb06497/attachment.htm>
More information about the bugs
mailing list