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 fe5ca39a79 libc.csv: Fix qsort signature with unexpected quotation mark
fe5ca39a79 is described below

commit fe5ca39a79ec13e16290d8a903fcd8bb2f87b4b5
Author: Huang Qi <[email protected]>
AuthorDate: Thu Jan 11 15:49:43 2024 +0800

    libc.csv: Fix qsort signature with unexpected quotation mark
    
    Signed-off-by: Huang Qi <[email protected]>
---
 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 c85ae93057..52be9fd249 100644
--- a/libs/libc/libc.csv
+++ b/libs/libc/libc.csv
@@ -236,7 +236,7 @@
 
"putwc_unlocked","wchar.h","defined(CONFIG_FILE_STREAM)","wint_t","wchar_t","FAR
 FILE *"
 "putwchar","wchar.h","","wint_t","wchar_t"
 "pwritev","sys/uio.h","","ssize_t","int","FAR const struct iovec 
*","int","off_t"
-"qsort","stdlib.h","","void","FAR void *","size_t","size_t","int(*)(FAR const 
void *","FAR const void *)"
+"qsort","stdlib.h","","void","FAR void *","size_t","size_t","int(*)(FAR const 
void *,FAR const void *)"
 "raise","signal.h","","int","int"
 "rand","stdlib.h","","int"
 "readdir","dirent.h","","FAR struct dirent *","FAR DIR *"

Reply via email to