This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
e73e82a923
nuttx
/
drivers
/
pipes
History
Gregory Nutt
e73e82a923
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
..
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