summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/fsync.c')
-rw-r--r--c/src/exec/libcsupport/src/fsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/fsync.c b/c/src/exec/libcsupport/src/fsync.c
index b77c77312c..eef1f85171 100644
--- a/c/src/exec/libcsupport/src/fsync.c
+++ b/c/src/exec/libcsupport/src/fsync.c
@@ -24,6 +24,7 @@ int fsync(
rtems_libio_check_fd( fd );
iop = rtems_libio_iop( fd );
+ rtems_libio_check_is_open(iop);
rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );
/*