You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/11/01 11:44:08 UTC

[incubator-nuttx] branch master updated: libc/machine: add config LIBC_ARCH_MEMCHR

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new ee29175  libc/machine: add config LIBC_ARCH_MEMCHR
ee29175 is described below

commit ee29175811b228cc5a30b7265ce130b5c0defe1b
Author: Jiuzhu Dong <do...@xiaomi.com>
AuthorDate: Mon Nov 1 13:40:28 2021 +0800

    libc/machine: add config LIBC_ARCH_MEMCHR
    
    Signed-off-by: Jiuzhu Dong <do...@xiaomi.com>
---
 libs/libc/machine/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libs/libc/machine/Kconfig b/libs/libc/machine/Kconfig
index 046afc6..304fbf0 100644
--- a/libs/libc/machine/Kconfig
+++ b/libs/libc/machine/Kconfig
@@ -48,6 +48,10 @@ config LIBC_ARCH_ATOMIC
 	bool
 	default n
 
+config LIBC_ARCH_MEMCHR
+	bool
+	default n
+
 config LIBC_ARCH_MEMCPY
 	bool
 	default n