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:
Gregory Nutt
2017-02-22 10:41:49 -06:00
parent fb0e4d66c0
commit 4539988d00
58 changed files with 1 additions and 70 deletions
-4
View File
@@ -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