mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-15 20:08:12 +00:00
support llvm-arm 16.0
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
48557de148
commit
82ccbc40db
@@ -19,10 +19,12 @@
|
||||
*
|
||||
* @note The bzero() function is deprecated (marked as LEGACY in POSIX. 1-2001).
|
||||
*/
|
||||
#ifndef RT_USING_PICOLIBC
|
||||
void bzero(void* s, size_t n)
|
||||
{
|
||||
rt_memset(s, 0, n);
|
||||
}
|
||||
#endif
|
||||
|
||||
void bcopy(const void* src, void* dest, size_t n)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user