summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/lchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/lchown.c')
-rw-r--r--cpukit/libcsupport/src/lchown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/lchown.c b/cpukit/libcsupport/src/lchown.c
index 83bdf6f95c..a39e824c2d 100644
--- a/cpukit/libcsupport/src/lchown.c
+++ b/cpukit/libcsupport/src/lchown.c
@@ -25,6 +25,6 @@ int lchown( const char *path, uid_t owner, gid_t group )
path,
owner,
group,
- RTEMS_LIBIO_FOLLOW_HARD_LINK
+ RTEMS_FS_FOLLOW_HARD_LINK
);
}