From 435d7597cf0c072e6ae8b126b5a42e98e066fb06 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Dec 2015 17:49:07 -0600 Subject: [PATCH] sycalls: Fix some missing quotes in the syscall CSV file --- arch | 2 +- configs | 2 +- syscall/syscall.csv | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch b/arch index ee07a0a24a..ea60c050d0 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit ee07a0a24aef8cf81feba7bf91d08e2c75ab72d6 +Subproject commit ea60c050d01309ac9710cd2a48a0b5fb6f43a819 diff --git a/configs b/configs index d77e1f4f41..0c91f48852 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit d77e1f4f41065a7b857c7a4643ca727241894aa7 +Subproject commit 0c91f48852432080a802c8e876008e78e640e431 diff --git a/syscall/syscall.csv b/syscall/syscall.csv index 34dee8ca36..647ee8f4c4 100644 --- a/syscall/syscall.csv +++ b/syscall/syscall.csv @@ -28,7 +28,7 @@ "getenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","FAR char*","FAR const char*" "getpid","unistd.h","","pid_t" "getsockopt","sys/socket.h","CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)","int","int","int","int","FAR void*","FAR socklen_t*" -"insmod","nuttx/module.h",defined(CONFIG_MODULE),"int","FAR const char *","FAR const char *" +"insmod","nuttx/module.h","defined(CONFIG_MODULE)","int","FAR const char *","FAR const char *" "ioctl","sys/ioctl.h","!defined(CONFIG_LIBC_IOCTL_VARIADIC) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0)","int","int","int","unsigned long" "kill","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","pid_t","int" "listen","sys/socket.h","CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)","int","int","int" @@ -98,7 +98,7 @@ "rename","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char*","FAR const char*" "rewinddir","dirent.h","CONFIG_NFILE_DESCRIPTORS > 0","void","FAR DIR*" "rmdir","unistd.h","CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char*" -"rmmod","nuttx/module.h",defined(CONFIG_MODULE),"int","FAR const char *" +"rmmod","nuttx/module.h","defined(CONFIG_MODULE)","int","FAR const char *" "sched_getparam","sched.h","","int","pid_t","struct sched_param*" "sched_getscheduler","sched.h","","int","pid_t" "sched_getstreams","nuttx/sched.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","FAR struct streamlist*"