Joel Sherrill commented: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/154#note_123471


Comments on the patch:

- Do not change from GNU Visible to POSIX Issue 8. It should be an #if using 
logic like (__GNU_VISIBLE || __POSIX_VISIBLE >= 202405). 
- For the C11 functions, they would be >= C11 or POSIX Issue 8. Something like 
( __STDC_VERSION__ >= 201112L || __POSIX_VISIBLE >= 202405).

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/154#note_123471
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