mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 10:25:05 +08:00
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/open.c: Spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/open.c: Spacing.
|
||||
|
||||
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libi2c/libi2c.c: Fix typo in va_end().
|
||||
|
||||
@@ -82,7 +82,6 @@ int open(
|
||||
if ( ( status & _FWRITE ) == _FWRITE )
|
||||
eval_flags |= RTEMS_LIBIO_PERMS_WRITE;
|
||||
|
||||
|
||||
va_start(ap, flags);
|
||||
|
||||
mode = va_arg( ap, int );
|
||||
|
||||
Reference in New Issue
Block a user