mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
This commit is contained in:
@@ -84,10 +84,6 @@ config LIBC_ARCH_STRNLEN
|
||||
bool
|
||||
default n
|
||||
|
||||
config LIBC_ARCH_BZERO
|
||||
bool
|
||||
default n
|
||||
|
||||
config LIBC_ARCH_ELF
|
||||
bool
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user