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/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 607ef3426a Add some missing functions to libc.csv
607ef3426a is described below

commit 607ef3426abf11fa4400f7aff4bb8fcc8bfd5cf9
Author: Alan Carvalho de Assis <acas...@gmail.com>
AuthorDate: Mon Aug 15 20:17:54 2022 -0300

    Add some missing functions to libc.csv
---
 libs/libc/libc.csv | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/libs/libc/libc.csv b/libs/libc/libc.csv
index 8da5c15f2a..749feed349 100644
--- a/libs/libc/libc.csv
+++ b/libs/libc/libc.csv
@@ -66,6 +66,7 @@
 "freeaddrinfo","netdb.h","defined(CONFIG_LIBC_NETDB)","void","FAR struct 
addrinfo *"
 "fseek","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *","long 
int","int"
 "fsetpos","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *","FAR 
fpos_t *"
+"fstatvfs","sys/statvfs.h","","int","int","FAR struct statvfs *"
 "ftell","stdio.h","defined(CONFIG_FILE_STREAM)","long","FAR FILE *"
 "fwrite","stdio.h","defined(CONFIG_FILE_STREAM)","size_t","FAR const void 
*","size_t","size_t","FAR FILE *"
 "gai_strerror","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR const char *","int"
@@ -147,6 +148,7 @@
 "ntohs","arpa/inet.h","","uint16_t","uint16_t"
 "perror","stdio.h","defined(CONFIG_FILE_STREAM)","void","FAR const char *"
 "pipe","unistd.h","defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 
0","int","int [2]|FAR int *"
+"posix_fallocate","fcntl.h","","int","off_t","off_t"
 "preadv","sys/uio.h","","ssize_t","int","FAR const struct iovec 
*","int","off_t"
 "printf","stdio.h","","int","FAR const IPTR char *","..."
 
"pthread_attr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR
 pthread_attr_t *"
@@ -210,12 +212,13 @@
 "sq_addafter","queue.h","","void","FAR sq_entry_t *","FAR sq_entry_t *","FAR 
sq_queue_t *"
 "sq_addfirst","queue.h","","void","FAR sq_entry_t *","FAR sq_queue_t *"
 "sq_addlast","queue.h","","void","FAR sq_entry_t *","FAR sq_queue_t *"
-"sq_rem","queue.h","","void","FAR sq_entry_t *","sFAR q_queue_t *"
+"sq_rem","queue.h","","void","FAR sq_entry_t *","FAR sq_queue_t *"
 "sq_remafter","queue.h","","FAR sq_entry_t","FAR sq_entry_t *","FAR sq_queue_t 
*"
 "sq_remfirst","queue.h","","FAR sq_entry_t *","FAR sq_queue_t *"
 "sq_remlast","queue.h","","FAR sq_entry_t *","FAR sq_queue_t *"
 "srand","stdlib.h","","void","unsigned int"
 "sscanf","stdio.h","","int","FAR const IPTR char *","FAR const char *","..."
+"statvfs","sys/statvfs.h","","int","FAR const char *","FAR struct statvfs *"
 "strcasecmp","strings.h","","int","FAR const char *","FAR const char *"
 "strcasestr","string.h","","FAR char *","FAR const char *","FAR const char *"
 "strcat","string.h","","FAR char *","FAR char *","FAR const char *"

Reply via email to