[rtems commit] Filesystem: Remove duplicate prototype

Sebastian Huber sebh at rtems.org
Mon May 14 14:57:18 UTC 2012


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 14 09:09:31 2012 +0200

Filesystem: Remove duplicate prototype

---

 cpukit/libcsupport/include/rtems/libio.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 0f21b36..bb6c44f 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.




More information about the vc mailing list