mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
Merge pull request #2526 from BernardXiong/fix_pipe
[libc] Fix the unamed pipe close issue
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
struct rt_pipe_device
|
||||
{
|
||||
struct rt_device parent;
|
||||
rt_bool_t is_named;
|
||||
|
||||
/* ring buffer in pipe device */
|
||||
struct rt_ringbuffer *fifo;
|
||||
|
||||
Reference in New Issue
Block a user