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 <[email protected]>
AuthorDate: Mon Nov 1 13:40:28 2021 +0800

    libc/machine: add config LIBC_ARCH_MEMCHR
    
    Signed-off-by: Jiuzhu Dong <[email protected]>
---
 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

Reply via email to