RTEMS Source Builder | rtems/config/tools: Patched newlib with posix issue8 updates (!154)

Joel Sherrill (@joel) gitlab at rtems.org
Wed Jun 11 15:28:36 UTC 2025




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250611/3d4abc61/attachment-0001.htm>


More information about the bugs mailing list