summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/pipe/fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/pipe/fifo.c')
-rw-r--r--cpukit/libfs/src/pipe/fifo.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/libfs/src/pipe/fifo.c b/cpukit/libfs/src/pipe/fifo.c
index d80a51f8cc..606bd68d5a 100644
--- a/cpukit/libfs/src/pipe/fifo.c
+++ b/cpukit/libfs/src/pipe/fifo.c
@@ -572,17 +572,3 @@ int pipe_ioctl(
return -EINVAL;
}
-
-/*
- * Interface to file system lseek.
- */
-int pipe_lseek(
- pipe_control_t *pipe,
- off_t offset,
- int whence,
- rtems_libio_t *iop
-)
-{
- /* Seek on pipe is not supported */
- return -ESPIPE;
-}