Another cleanup patch for the previous rejected hunk.

This commit is contained in:
Joel Sherrill
1999-03-19 23:26:11 +00:00
parent 04c308c022
commit 4fb9af858e
3 changed files with 3 additions and 0 deletions

View File

@@ -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 ) );

View File

@@ -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 ) );