summaryrefslogtreecommitdiff
path: root/rtems
diff options
context:
space:
mode:
authorSebastien Bourdeauducq <sebastien@milkymist.org>2012-02-24 21:07:25 +0100
committerSebastien Bourdeauducq <sebastien@milkymist.org>2012-02-24 21:07:25 +0100
commit1a9b2b8dd64aa54d93afa4b22e159f22f718a2ea (patch)
treea77aef386dd869e47edfe77153b8099c62fd1a4d /rtems
parent9f52f45bbadada05e01cd1c09b4d0bab66a519c9 (diff)
Remove fpathconf
Diffstat (limited to 'rtems')
-rw-r--r--rtems/rtems_yaffs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c
index b9ae049..4dcf002 100644
--- a/rtems/rtems_yaffs.c
+++ b/rtems/rtems_yaffs.c
@@ -842,7 +842,6 @@ static const rtems_filesystem_file_handlers_r yaffs_directory_handlers = {
.fstat_h = ycb_fstat,
.fchmod_h = ycb_fchmod,
.ftruncate_h = rtems_filesystem_default_ftruncate, /* ftruncate */
- .fpathconf_h = rtems_filesystem_default_fpathconf, /* fpathconf */
.fsync_h = ycb_fdatasync, /* fsync */
.fdatasync_h = ycb_fdatasync,
.fcntl_h = rtems_filesystem_default_fcntl, /* fcntl */
@@ -859,7 +858,6 @@ static const rtems_filesystem_file_handlers_r yaffs_file_handlers = {
.fstat_h = ycb_fstat,
.fchmod_h = rtems_filesystem_default_fchmod, /* fchmod */
.ftruncate_h = ycb_file_ftruncate,
- .fpathconf_h = rtems_filesystem_default_fpathconf, /* fpathconf */
.fsync_h = ycb_fdatasync, /* fsync */
.fdatasync_h = ycb_fdatasync,
.fcntl_h = rtems_filesystem_default_fcntl, /* fcntl */