summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fcntl.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-19 23:26:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-19 23:26:11 +0000
commit4fb9af858e253d33d2892665fcbb60cb7b28929b (patch)
tree2c7623deaee4897c972c7e0eb28fefff4b9f7910 /cpukit/libcsupport/src/fcntl.c
parentIncorporated automake I patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-4fb9af858e253d33d2892665fcbb60cb7b28929b.tar.bz2
Another cleanup patch for the previous rejected hunk.
Diffstat (limited to 'cpukit/libcsupport/src/fcntl.c')
-rw-r--r--cpukit/libcsupport/src/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index 9b89711fcc..7594c38d6d 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -88,6 +88,7 @@ int fcntl(
case F_GETFL: /* more flags (cloexec) */
ret = rtems_libio_to_fcntl_flags( iop->flags );
+ break;
case F_SETFL:
flags = rtems_libio_fcntl_flags( va_arg( ap, int ) );