Files
rt-thread/components/libc/compilers
copilot-swe-agent[bot] 533806c344 [clock_time] Fix rt_timespec_to_tick availability for POSIX semaphores
- Moved rt_timespec_to_tick outside of RT_USING_CLOCK_TIME guard
- Function now available with just RT_USING_POSIX_CLOCK defined
- Fixes undefined reference error when building with POSIX semaphores
- Maintains backward compatibility with configurations that don't use clock_time yet

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2025-12-28 23:36:08 +00:00
..
2021-11-08 14:15:56 -05:00

This folder provides uniformed header files crossing different compiler platforms, and supports basic standard C library functions, such as memory management and time management, etc.