[rtems commit] pipe: Include <rtems/pipe.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:08:55 UTC 2017


Module:    rtems
Branch:    master
Commit:    7d9455edfe5d9b6ee775a71d1a1a51e6bb1f74af
Changeset: http://git.rtems.org/rtems/commit/?id=7d9455edfe5d9b6ee775a71d1a1a51e6bb1f74af

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:07:22 2017 +0100

pipe: Include <rtems/pipe.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/libfs/src/pipe/fifo.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpukit/libfs/src/pipe/fifo.c b/cpukit/libfs/src/pipe/fifo.c
index b237a6d..4743bd0 100644
--- a/cpukit/libfs/src/pipe/fifo.c
+++ b/cpukit/libfs/src/pipe/fifo.c
@@ -26,11 +26,10 @@
 
 #include <rtems.h>
 #include <rtems/libio_.h>
+#include <rtems/pipe.h>
 #include <rtems/rtems/barrierimpl.h>
 #include <rtems/score/statesimpl.h>
 
-#include "pipe.h"
-
 #define LIBIO_ACCMODE(_iop) (rtems_libio_iop_flags(_iop) & LIBIO_FLAGS_READ_WRITE)
 #define LIBIO_NODELAY(_iop) rtems_libio_iop_is_no_delay(_iop)
 




More information about the vc mailing list