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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84c7a4dd69 libc.csv: Correct type of return value for strstr
84c7a4dd69 is described below

commit 84c7a4dd69004cabf6040e61124998cdc6320436
Author: Huang Qi <huang...@xiaomi.com>
AuthorDate: Thu May 25 17:01:59 2023 +0800

    libc.csv: Correct type of return value for strstr
    
    Signed-off-by: Huang Qi <huang...@xiaomi.com>
---
 libs/libc/libc.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libc/libc.csv b/libs/libc/libc.csv
index 7e650dc046..7ec6be93ff 100644
--- a/libs/libc/libc.csv
+++ b/libs/libc/libc.csv
@@ -283,7 +283,7 @@
 "strrchr","string.h","","FAR char *","FAR const char *","int"
 "strsep","string.h","","FAR char *","FAR char **","FAR const char *"
 "strspn","string.h","","size_t","FAR const char *","FAR const char *"
-"strstr","string.h","","FAR char","FAR const char *","FAR const char *"
+"strstr","string.h","","FAR char *","FAR const char *","FAR const char *"
 "strtod","stdlib.h","","double","FAR const char *","FAR char **"
 "strtod","stdlib.h","defined(CONFIG_HAVE_DOUBLE)","double","FAR const char 
*","FAR char **"
 "strtoimax","inttypes.h","","intmax_t","FAR const char *","FAR char **","int"

Reply via email to