summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-06 19:15:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-06 19:15:10 -0600
commite060c8fd1a254020c8266ef7200d7f5dd026266b (patch)
treedfdffccb1eb9b85ffa39b7240d9d993dd5d0d885
parentd83346881d434d10a40e295db0239ae2e11c46bb (diff)
downloadpx4-nuttx-e060c8fd1a254020c8266ef7200d7f5dd026266b.tar.gz
px4-nuttx-e060c8fd1a254020c8266ef7200d7f5dd026266b.tar.bz2
px4-nuttx-e060c8fd1a254020c8266ef7200d7f5dd026266b.zip
Add AIO interfaces to libc.csv
-rw-r--r--nuttx/libc/libc.csv4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/libc/libc.csv b/nuttx/libc/libc.csv
index ec4cfb2e2..9b7f7ebfb 100644
--- a/nuttx/libc/libc.csv
+++ b/nuttx/libc/libc.csv
@@ -1,6 +1,9 @@
"_inet_ntoa","arpa/inet.h","!defined(CONFIG_NET_IPv6) && !defined(CONFIG_CAN_PASS_STRUCTS)","FAR char","in_addr_t"
"abort","stdlib.h","","void"
"abs","stdlib.h","","int","int"
+"aio_error","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *"
+"aio_return","aio.h","defined(CONFIG_FS_AIO)","ssize_t","FAR struct aiocb *"
+"aio_suspend","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *const []|FAR struct aiocb *const *","int","FAR const struct timespec *"
"asprintf","stdio.h","","int","FAR char **","const char *","..."
"avsprintf","stdio.h","","int","FAR char **","const char *","va_list"
"b16atan2","fixedmath.h","","b16_t","b16_t","b16_t"
@@ -58,6 +61,7 @@
"inet_pton","arpa/inet.h","","int","int","FAR const char *","FAR void *"
"labs","stdlib.h","","long int","long int"
"lib_dumpbuffer","debug.h","","void","FAR const char *","FAR const uint8_t *","unsigned int"
+"lio_listio","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *const []|FAR struct aiocb *const *","int","FAR struct sigevent *"
"llabs","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long int","long long int"
"lldbg","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) && defined(CONFIG_ARCH_LOWPUTC)","int","const char *","..."
"llvdbg","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_VERBOSE) && defined(CONFIG_ARCH_LOWPUTC)","int","const char *","..."