mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
/* Compatibility definitions */
|
||||
|
||||
#ifndef CONFIG_ARCH_BZERO
|
||||
#ifndef CONFIG_LIBC_ARCH_BZERO
|
||||
# define bzero(s,n) (void)memset(s,0,n)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user