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

[rtdef] support POSIX compatible errno #7954

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    6064079 View commit details
    Browse the repository at this point in the history
  2. [picolibc] fix the errno declaration conflict

      /home/runner/work/rt-thread/rt-thread/components/libc/compilers/picolibc/syscall.c:13:5: error: conflicting types for 'pico_get_errno'
      int pico_get_errno(void)
          ^
      /opt/LLVMEmbeddedToolchainForArm-16.0.0-Linux-x86_64/bin/../lib/clang-runtimes/arm-none-eabi/armv7em_hard_fpv4_sp_d16/include/sys/errno.h:59:6: note: previous declaration is here
      int *__PICOLIBC_ERRNO_FUNCTION(void);
    mysterywolf committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    37b8b62 View commit details
    Browse the repository at this point in the history