projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f1e2e
)
* serial.h (serial_fdopen): Make parameter const to match
author
Ian Lance Taylor
<ian@airs.com>
Mon, 6 Dec 1993 17:18:06 +0000
(17:18 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 6 Dec 1993 17:18:06 +0000
(17:18 +0000)
function definition.
gdb/serial.h
patch
|
blob
|
history
diff --git
a/gdb/serial.h
b/gdb/serial.h
index
7e7e530
..
9b967b2
100644
(file)
--- a/
gdb/serial.h
+++ b/
gdb/serial.h
@@
-62,7
+62,7
@@
void serial_add_interface PARAMS ((struct serial_ops *optable));
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
examined. */