summaryrefslogtreecommitdiff
path: root/nuttx/libc/libc.csv
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 20:12:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 20:12:52 -0600
commit9ba2bbe3ec4acca7c0705ceb4cca65b0399ec1e5 (patch)
tree1ff5c7ef4f4bedcd334e564cdac529e131b3dbd7 /nuttx/libc/libc.csv
parent5aade852e24618cdb7d78eccb2794a30649b3592 (diff)
downloadpx4-nuttx-9ba2bbe3ec4acca7c0705ceb4cca65b0399ec1e5.tar.gz
px4-nuttx-9ba2bbe3ec4acca7c0705ceb4cca65b0399ec1e5.tar.bz2
px4-nuttx-9ba2bbe3ec4acca7c0705ceb4cca65b0399ec1e5.zip
Passing va_list in syscall does not work. Temporarily moved syslog and lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog
Diffstat (limited to 'nuttx/libc/libc.csv')
-rw-r--r--nuttx/libc/libc.csv2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/libc/libc.csv b/nuttx/libc/libc.csv
index 054cf3a74..4d05a2af6 100644
--- a/nuttx/libc/libc.csv
+++ b/nuttx/libc/libc.csv
@@ -65,7 +65,6 @@
"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 *","..."
-"lowsyslog","syslog.h","","int","int","FAR const char *","..."
"match","nuttx/regex.h","","int","const char *","const char *"
"memccpy","string.h","","FAR void","FAR void *","FAR const void *","int c","size_t"
"memchr","string.h","","FAR void","FAR const void *","int c","size_t"
@@ -155,7 +154,6 @@
"strtoll","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long","const char *nptr","char **endptr","int base"
"strtoul","stdlib.h","","unsigned long","const char *","char **","int"
"strtoull","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","unsigned long long","const char *","char **","int"
-"syslog","syslog.h","","int","int","FAR const char *","..."
"tcflush","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","int"
"tcgetattr","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","FAR struct termios *"
"tcsetattr","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","int","FAR const struct termios *"