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 *"