libs/libc: libc.csv "mkfifo" and "pipe" has to be conditionalized same as in the sources.
The CONFIG_PIPES, CONFIG_DEV_FIFO_SIZE and CONFIG_DEV_PIPE_SIZE setting has to be considered. Signed-off-by: Pavel Pisa <ppisa@pikron.com>
This commit is contained in:
parent
b8dc64ffed
commit
0a5e7bd3ef
@ -100,12 +100,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","size_t"
|
||||
"mkfifo","sys/stat.h","","int","FAR const char *","mode_t"
|
||||
"mkfifo","sys/stat.h","defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0","int","FAR const char *","mode_t"
|
||||
"mktime","time.h","","time_t","FAR struct tm *"
|
||||
"ntohl","arpa/inet.h","","uint32_t","uint32_t"
|
||||
"ntohs","arpa/inet.h","","uint16_t","uint16_t"
|
||||
"perror","stdio.h","defined(CONFIG_FILE_STREAM)","void","FAR const char *"
|
||||
"pipe","unistd.h","","int","int [2]|FAR int *"
|
||||
"pipe","unistd.h","defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0","int","int [2]|FAR int *"
|
||||
"printf","stdio.h","","int","FAR const IPTR 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 *"
|
||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Reference in New Issue
Block a user