diff options
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r-- | gdb/ser-unix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 919c9fd90d9..5a1ec1dc14f 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -778,9 +778,7 @@ hardwire_setbaudrate (serial_t scb, int rate) } static int -hardwire_setstopbits (scb, num) - serial_t scb; - int num; +hardwire_setstopbits (serial_t scb, int num) { struct hardwire_ttystate state; int newbit; |