mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 02:50:46 +08:00
Filesystem: Remove duplicate prototype
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user