summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-14 09:09:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-14 16:57:58 +0200
commit52c0db28a1e6e6cb653fa25751533e1c3f63acca (patch)
treee2e3a26d1407a646075e55b8fbaa4d41f3a8633e
parentPR2065: RBTree: Insert function (protected) does not enable interrupts (diff)
downloadrtems-52c0db28a1e6e6cb653fa25751533e1c3f63acca.tar.bz2
Filesystem: Remove duplicate prototype
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 0f21b36d65..bb6c44fcfa 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1065,17 +1065,6 @@ off_t rtems_filesystem_default_lseek_file(
);
/**
- * @retval 0 Always.
- *
- * @see rtems_filesystem_lseek_t.
- */
-off_t rtems_filesystem_default_lseek_file(
- rtems_libio_t *iop,
- off_t offset,
- int whence
-);
-
-/**
* @brief Sets the mode to S_IRWXU | S_IRWXG | S_IRWXO.
*
* @retval 0 Always.