* ser-go32.c (struct dos_ops): Add missing fdopen field.
This commit is contained in:
parent
7411e9a828
commit
c1b5be3809
@ -1,3 +1,7 @@
|
||||
2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* ser-go32.c (struct dos_ops): Add missing fdopen field.
|
||||
|
||||
2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
|
||||
* arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
|
||||
|
@ -843,6 +843,7 @@ static struct serial_ops dos_ops =
|
||||
0,
|
||||
dos_open,
|
||||
dos_close,
|
||||
NULL, /* fdopen, not implemented */
|
||||
dos_readchar,
|
||||
dos_write,
|
||||
dos_noop, /* flush output */
|
||||
|
Loading…
Reference in New Issue
Block a user