mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-09 09:08:32 +08:00
* serial.h (serial_fdopen): Make parameter const to match
function definition.
This commit is contained in:
@ -62,7 +62,7 @@ void serial_add_interface PARAMS ((struct serial_ops *optable));
|
|||||||
|
|
||||||
serial_t serial_open PARAMS ((const char *name));
|
serial_t serial_open PARAMS ((const char *name));
|
||||||
|
|
||||||
serial_t serial_fdopen PARAMS ((int fd));
|
serial_t serial_fdopen PARAMS ((const int fd));
|
||||||
|
|
||||||
/* For most routines, if a failure is indicated, then errno should be
|
/* For most routines, if a failure is indicated, then errno should be
|
||||||
examined. */
|
examined. */
|
||||||
|
Reference in New Issue
Block a user