libc: Add mkfifo() and pipe() to libc CSV file

This commit is contained in:
Gregory Nutt
2016-07-22 11:02:51 -06:00
parent 9a8c3572db
commit fd42f898f6
+2
View File
@@ -71,10 +71,12 @@
"memcpy","string.h","","FAR void","FAR void *","FAR const void *","size_t"
"memmove","string.h","","FAR void","FAR void *","FAR const void *","size_t"
"memset","string.h","","FAR void","FAR void *","int c","size_t"
"mkfifo","sys/stat.h","CONFIG_NFILE_DESCRIPTORS > 0","int","FAR const char*","mode_t"
"mktime","time.h","","time_t","const struct tm *"
"ntohl","arpa/inet.h","","uint32_t","uint32_t"
"ntohs","arpa/inet.h","","uint16_t","uint16_t"
"perror","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","void","FAR const char *"
"pipe","unistd.h","CONFIG_NFILE_DESCRIPTORS > 0","int","int [2]|int*"
"printf","stdio.h","","int","const char *","..."
"pthread_attr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *"
"pthread_attr_getinheritsched","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR const pthread_attr_t *","FAR int *"
1 _inet_ntoa arpa/inet.h defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) FAR char in_addr_t
71 memcpy string.h FAR void FAR void *
72 memmove string.h FAR void FAR void *
73 memset string.h FAR void FAR void *
74 mkfifo sys/stat.h CONFIG_NFILE_DESCRIPTORS > 0 int FAR const char*
75 mktime time.h time_t const struct tm *
76 ntohl arpa/inet.h uint32_t uint32_t
77 ntohs arpa/inet.h uint16_t uint16_t
78 perror stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 void FAR const char *
79 pipe unistd.h CONFIG_NFILE_DESCRIPTORS > 0 int int [2]|int*
80 printf stdio.h int const char *
81 pthread_attr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t *
82 pthread_attr_getinheritsched pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR const pthread_attr_t *