From 52c0db28a1e6e6cb653fa25751533e1c3f63acca Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 May 2012 09:09:31 +0200 Subject: Filesystem: Remove duplicate prototype --- cpukit/libcsupport/include/rtems/libio.h | 11 ----------- 1 file changed, 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 @@ -1064,17 +1064,6 @@ off_t rtems_filesystem_default_lseek_file( int whence ); -/** - * @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. * -- cgit v1.2.3