forked from Imagelibrary/rtems
Removed fpathconf file system node handler.
There existed no calling function for this handler.
This commit is contained in:
@@ -1317,7 +1317,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_handlers = {
|
||||
.fstat_h = rtems_ftpfs_fstat,
|
||||
.fchmod_h = rtems_filesystem_default_fchmod,
|
||||
.ftruncate_h = rtems_ftpfs_ftruncate,
|
||||
.fpathconf_h = rtems_filesystem_default_fpathconf,
|
||||
.fsync_h = rtems_filesystem_default_fsync,
|
||||
.fdatasync_h = rtems_filesystem_default_fdatasync,
|
||||
.fcntl_h = rtems_filesystem_default_fcntl,
|
||||
@@ -1334,7 +1333,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_root_handlers = {
|
||||
.fstat_h = rtems_filesystem_default_fstat,
|
||||
.fchmod_h = rtems_filesystem_default_fchmod,
|
||||
.ftruncate_h = rtems_filesystem_default_ftruncate,
|
||||
.fpathconf_h = rtems_filesystem_default_fpathconf,
|
||||
.fsync_h = rtems_filesystem_default_fsync,
|
||||
.fdatasync_h = rtems_filesystem_default_fdatasync,
|
||||
.fcntl_h = rtems_filesystem_default_fcntl,
|
||||
|
||||
Reference in New Issue
Block a user