Add some missing functions to libc.csv

This commit is contained in:
Alan Carvalho de Assis
2022-08-15 20:17:54 -03:00
committed by Xiang Xiao
parent b80b4831e0
commit 607ef3426a
+4 -1
View File
@@ -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 *"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
66 freeaddrinfo netdb.h defined(CONFIG_LIBC_NETDB) void
67 fseek stdio.h defined(CONFIG_FILE_STREAM) int
68 fsetpos stdio.h defined(CONFIG_FILE_STREAM) int
69 fstatvfs sys/statvfs.h int
70 ftell stdio.h defined(CONFIG_FILE_STREAM) long
71 fwrite stdio.h defined(CONFIG_FILE_STREAM) size_t
72 gai_strerror netdb.h defined(CONFIG_LIBC_NETDB) FAR const char *
148 ntohs arpa/inet.h uint16_t
149 perror stdio.h defined(CONFIG_FILE_STREAM) void
150 pipe unistd.h defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0 int
151 posix_fallocate fcntl.h int
152 preadv sys/uio.h ssize_t
153 printf stdio.h int
154 pthread_attr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
212 sq_addafter queue.h void
213 sq_addfirst queue.h void
214 sq_addlast queue.h void
215 sq_rem queue.h void
216 sq_remafter queue.h FAR sq_entry_t
217 sq_remfirst queue.h FAR sq_entry_t *
218 sq_remlast queue.h FAR sq_entry_t *
219 srand stdlib.h void
220 sscanf stdio.h int
221 statvfs sys/statvfs.h int
222 strcasecmp strings.h int
223 strcasestr string.h FAR char *
224 strcat string.h FAR char *