summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/fchdir.c')
-rw-r--r--cpukit/libcsupport/src/fchdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/fchdir.c b/cpukit/libcsupport/src/fchdir.c
index 7b64ea8f21..5f48d1e1b7 100644
--- a/cpukit/libcsupport/src/fchdir.c
+++ b/cpukit/libcsupport/src/fchdir.c
@@ -41,7 +41,7 @@ int fchdir( int fd )
rv = (*iop->pathinfo.handlers->fstat_h)( &iop->pathinfo, &st );
if ( rv == 0 ) {
bool access_ok = rtems_filesystem_check_access(
- RTEMS_LIBIO_PERMS_EXEC,
+ RTEMS_FS_PERMS_EXEC,
st.st_mode,
st.st_uid,
st.st_gid