summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pipe.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-13 06:22:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-04 08:02:28 +0200
commit541889069b51d71a7872ac7df81a5f9ff2c97910 (patch)
tree1d021c934efef994d6df2e304800d14a8900c357 /cpukit/include/rtems/pipe.h
parentRename files to make them unique within cpukit (diff)
downloadrtems-541889069b51d71a7872ac7df81a5f9ff2c97910.tar.bz2
Remove superfluous pipe_create()
Diffstat (limited to 'cpukit/include/rtems/pipe.h')
-rw-r--r--cpukit/include/rtems/pipe.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/include/rtems/pipe.h b/cpukit/include/rtems/pipe.h
index a2df29c2c3..083e1343e9 100644
--- a/cpukit/include/rtems/pipe.h
+++ b/cpukit/include/rtems/pipe.h
@@ -55,15 +55,6 @@ typedef struct pipe_control {
} pipe_control_t;
/**
- * @brief Create an anonymous pipe.
- *
- * Called by pipe() to create an anonymous pipe.
- */
-extern int pipe_create(
- int filsdes[2]
-);
-
-/**
* @brief Release a pipe.
*
* Interface to file system close.