libs/libc: libc.csv fill in calloc, gethostbyname and signal.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
This commit is contained in:
Pavel Pisa
2021-01-29 01:22:33 +01:00
committed by Xiang Xiao
parent d77fe3390f
commit 17c3118b85
+4
View File
@@ -18,6 +18,7 @@
"b16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t"
"basename","libgen.h","","FAR char *","FAR char *"
"btowc","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","int"
"calloc","stdlib.h","","FAR void *","size_t","size_t"
"cfgetspeed","termios.h","defined(CONFIG_SERIAL_TERMIOS)","speed_t","FAR const struct termios *"
"cfsetspeed","termios.h","defined(CONFIG_SERIAL_TERMIOS)","int","FAR struct termios *","speed_t"
"chdir","unistd.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
@@ -52,6 +53,8 @@
"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 *"
"getcwd","unistd.h","!defined(CONFIG_DISABLE_ENVIRON)","FAR char *","FAR char *","size_t"
"gethostbyname","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR struct hostent *","FAR const char *"
"gethostbyname2","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR struct hostent *","FAR const char *","int"
"gethostname","unistd.h","","int","FAR char *","size_t"
"getopt","unistd.h","","int","int","FAR char * const []|FAR char * const *","FAR const char *"
"getoptargp","unistd.h","","FAR char **"
@@ -155,6 +158,7 @@
"sigemptyset","signal.h","","int","FAR sigset_t *"
"sigfillset","signal.h","","int","FAR sigset_t *"
"sigismember","signal.h","","int","FAR const sigset_t *","int"
"signal","signal.h","","_sa_handler_t","int","_sa_handler_t"
"sleep","unistd.h","","unsigned int","unsigned int"
"snprintf","stdio.h","","int","FAR char *","size_t","FAR const IPTR char *","..."
"sprintf","stdio.h","","int","FAR char *","FAR const IPTR char *","..."
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
18 b16sqr fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) b16_t
19 basename libgen.h FAR char *
20 btowc wchar.h defined(CONFIG_LIBC_WCHAR) wint_t
21 calloc stdlib.h FAR void *
22 cfgetspeed termios.h defined(CONFIG_SERIAL_TERMIOS) speed_t
23 cfsetspeed termios.h defined(CONFIG_SERIAL_TERMIOS) int
24 chdir unistd.h !defined(CONFIG_DISABLE_ENVIRON) int
53 ftell stdio.h defined(CONFIG_FILE_STREAM) long
54 fwrite stdio.h defined(CONFIG_FILE_STREAM) size_t
55 getcwd unistd.h !defined(CONFIG_DISABLE_ENVIRON) FAR char *
56 gethostbyname netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
57 gethostbyname2 netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
58 gethostname unistd.h int
59 getopt unistd.h int
60 getoptargp unistd.h FAR char **
158 sigemptyset signal.h int
159 sigfillset signal.h int
160 sigismember signal.h int
161 signal signal.h _sa_handler_t
162 sleep unistd.h unsigned int
163 snprintf stdio.h int
164 sprintf stdio.h int