From 4fb9af858e253d33d2892665fcbb60cb7b28929b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Mar 1999 23:26:11 +0000 Subject: Another cleanup patch for the previous rejected hunk. --- cpukit/libcsupport/src/fcntl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport/src/fcntl.c') 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 ) ); -- cgit v1.2.3