projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5b92f
)
Change the definition of ui_loop_hook to be a function pointer
author
Drew Moseley
<dmoseley@cygnus>
Fri, 31 Jul 1998 17:26:05 +0000
(17:26 +0000)
committer
Drew Moseley
<dmoseley@cygnus>
Fri, 31 Jul 1998 17:26:05 +0000
(17:26 +0000)
rather than a function.
gdb/ser-unix.c
patch
|
blob
|
history
diff --git
a/gdb/ser-unix.c
b/gdb/ser-unix.c
index 81374eaf37826020bb9615fe40742a313fd23202..99d378e4e579ff8341bed81f4587c79601f08d75 100644
(file)
--- a/
gdb/ser-unix.c
+++ b/
gdb/ser-unix.c
@@
-84,7
+84,7
@@
static int hardwire_send_break PARAMS ((serial_t));
static int hardwire_setstopbits PARAMS ((serial_t, int));
#ifdef __CYGWIN32__
-extern void
ui_loop_hook
PARAMS ((int));
+extern void
(*ui_loop_hook)
PARAMS ((int));
#endif
/* Open up a real live device for serial I/O */