Sebastian Huber started a new discussion on 
testsuites/psxtests/psxenosys/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111831

 >  
 >    TEST_BEGIN();
 >  
 > -  puts( "lio_listio -- ENOSYS" );

The lio_listio() function needs to be modified so that it returns the -1 and 
sets errno to ENOSYS if RTEMS_POSIX_API is not defined.\
\
The \`testsuites/psxtests/psxenosys/init.c\` needs to be modified to check for 
ENOSYS only if RTEMS_POSIX_API is not defined for the related functions.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111831
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to