summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/fpathconf.c')
-rw-r--r--c/src/exec/libcsupport/src/fpathconf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/exec/libcsupport/src/fpathconf.c b/c/src/exec/libcsupport/src/fpathconf.c
index 97c392b5af..b8cede80ff 100644
--- a/c/src/exec/libcsupport/src/fpathconf.c
+++ b/c/src/exec/libcsupport/src/fpathconf.c
@@ -32,15 +32,6 @@ long fpathconf(
rtems_libio_check_permissions(iop, LIBIO_FLAGS_READ);
/*
- * If this file descriptor is mapped to an external set of handlers,
- * then it is an error since fpathconf() is not included in the
- * set.
- */
-
- if ( iop->flags & LIBIO_FLAGS_HANDLER_MASK )
- set_errno_and_return_minus_one( EBADF );
-
- /*
* Now process the information request.
*/