rt-thread/components/libc
Meco Man 7732f8618b [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);
2023-09-19 23:02:43 -04:00
..
compilers [picolibc] fix the errno declaration conflict 2023-09-19 23:02:43 -04:00
cplusplus [tools] add GetGCCLikePLATFORM 2023-08-21 01:25:52 -04:00
posix Adapt rt_channel, increase the generality of some rt_channel functionality on dfs v2, and standardize signalfd (#8047) 2023-09-20 07:54:11 +08:00
Kconfig [libc][timezone] implement lightweith timezone configuration 2023-08-13 22:51:58 -04:00
SConscript [libc] Build correct SConscript file. 2017-10-13 12:44:54 +08:00
posix-info.txt update posix-info.txt 2022-01-25 13:40:10 +08:00