diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index bdc6b05..db4c8e0 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -228,8 +228,9 @@ static const struct serial_ops pipe_ops = ser_unix_write_prim }; +void _initialize_ser_pipe (); void -_initialize_ser_pipe (void) +_initialize_ser_pipe () { serial_add_interface (&pipe_ops); } |