Fix name of ser_base_setstopbits's second argument.
Small copy/paste error, most likely... gdb/ChangeLog: * ser-base.h (ser_base_setstopbits): Change second argument name from "rate" to "num".
This commit is contained in:
parent
5df8a8fcf1
commit
393bd0c06b
@ -1,3 +1,8 @@
|
||||
2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
|
||||
|
||||
* ser-base.h (ser_base_setstopbits): Change second argument name
|
||||
from "rate" to "num".
|
||||
|
||||
2015-03-17 Gary Benson <gbenson@redhat.com>
|
||||
Luke Allardyce <lukeallardyce@gmail.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@ extern int ser_base_noflush_set_tty_state (struct serial *scb,
|
||||
serial_ttystate new_ttystate,
|
||||
serial_ttystate old_ttystate);
|
||||
extern int ser_base_setbaudrate (struct serial *scb, int rate);
|
||||
extern int ser_base_setstopbits (struct serial *scb, int rate);
|
||||
extern int ser_base_setstopbits (struct serial *scb, int num);
|
||||
extern int ser_base_drain_output (struct serial *scb);
|
||||
|
||||
extern int ser_base_write (struct serial *scb, const void *buf, size_t count);
|
||||
|
Loading…
Reference in New Issue
Block a user