nuttx/drivers/pipes
2016-07-20 11:57:18 -06:00
..
fifo.c Move pipe() and mkpipe() to nuttx/libc. Change syscalls to pipe2() and mkfifo2() 2016-07-19 14:15:26 -06:00
Kconfig Alloc different sizes for pipe and fifo buffers 2016-07-19 13:34:18 -06:00
Make.defs
pipe_common.c Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
pipe_common.h Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
pipe.c Move prototypes of mkfifo2() from sys/stat.h and pipe2() from unistd.h. They are non-standard and should not be in such a public place. They are not in include/nuttx/fs/fs.h (which isn't a great place either). 2016-07-20 11:57:18 -06:00