libs/libc: move writev from math.csv to libc.csv

This commit is contained in:
Xiang Xiao
2019-09-28 10:57:03 -06:00
committed by Gregory Nutt
parent f96410b58e
commit e92b4374bc
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -234,4 +234,5 @@
"wmemcpy","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t *","size_t"
"wmemmove","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t *","size_t"
"wmemset","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t","size_t"
"writev","sys/uio.h","","ssize_t","int","FAR const struct iovec *","int"
"_warn","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN)","int","FAR const char *","..."
1 _inet_ntoa arpa/inet.h defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) FAR char in_addr_t
234 wmemcpy wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t *
235 wmemmove wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t *
236 wmemset wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t *
237 writev sys/uio.h ssize_t int
238 _warn debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN) int FAR const char *
-1
View File
@@ -76,4 +76,3 @@
"tanhf","math.h","defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)","float","float"
"tanhl","math.h","defined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))","long double","long double"
"tanl","math.h","defined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))","long double","long double"
"writev","sys/uio.h","","ssize_t","int","FAR const struct iovec *","int"
1 acos math.h defined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)) double double
76 tanhf math.h defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH) float float
77 tanhl math.h defined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)) long double long double
78 tanl math.h defined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)) long double long double
writev sys/uio.h ssize_t int