From 1052242d23ab948369e63791adebfa0644122457 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Feb 2012 15:45:16 +0100 Subject: Removed fpathconf file system node handler. There existed no calling function for this handler. --- cpukit/libcsupport/include/rtems/libio.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 677ee40280..661fe0bc33 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -155,15 +155,6 @@ typedef int (*rtems_filesystem_ftruncate_t)( off_t length ); -/** - * This type defines the interface to the fpathconf(2) system call - * support which is provided by a file system implementation. - */ -typedef int (*rtems_filesystem_fpathconf_t)( - rtems_libio_t *iop, - int name -); - /** * This type defines the interface to the fsync(2) system call * support which is provided by a file system implementation. @@ -297,17 +288,6 @@ struct _rtems_filesystem_file_handlers_r { */ rtems_filesystem_ftruncate_t ftruncate_h; - /** - * This field points to the file system specific implementation - * of the support routine for the fpathconf(2) system call - * - * @note This method may use a default implementation. - * - * @note The default implementation returns -1 and sets - * errno to ENOTSUP. - */ - rtems_filesystem_fpathconf_t fpathconf_h; - /** * This field points to the file system specific implementation * of the support routine for the fsync(2) system call @@ -446,15 +426,6 @@ int rtems_filesystem_default_ftruncate( off_t length ); -/** - * This method defines the interface to the default fpathconf(2) system call - * support which is provided by a file system implementation. - */ -int rtems_filesystem_default_fpathconf( - rtems_libio_t *iop, - int name -); - /** * This method defines the interface to the default fsync(2) system call * support which is provided by a file system implementation. -- cgit v1.2.3