Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/libc: Update picolibc to 1.8.6 #67891

Merged
merged 2 commits into from
Jan 25, 2024

Commits on Jan 22, 2024

  1. tests/strerror: Remove test for non-standard strerror_r function

    Zephyr does not include this function under Rule A.4: C Standard Library
    Usage Restrictions in Zephyr Kernel, hence a conforming C library need not
    provide it.
    
    Signed-off-by: Keith Packard <[email protected]>
    keith-packard committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    646a852 View commit details
    Browse the repository at this point in the history
  2. lib/libc: Update picolibc to 1.8.6

     * Reduces memory usage for ctype while fixing an 'isblank'
       related compatibility issue.
    
     * Resolves compatibility issues with GCC 13
    
     * Removes explicit _POSIX_C_SOURCE definition when building
       as a module.
    
     * Fix some _FORTIFY_SOURCE issues.
    
    Signed-off-by: Keith Packard <[email protected]>
    keith-packard committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    88e34c6 View commit details
    Browse the repository at this point in the history