Move __SIGRTMIN.
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 1e777b7e4f6ee7fa8745f7ca4fb94901cde27797..1696eb8d138461b1478dec825373a96c4184cadc 100644 (file)
@@ -148,7 +148,7 @@ pipe_open (struct serial *scb, const char *name)
 static void
 pipe_close (struct serial *scb)
 {
-  struct pipe_state *state = scb->state;
+  struct pipe_state *state = (struct pipe_state *) scb->state;
 
   close (scb->fd);
   scb->fd = -1;
This page took 0.024331 seconds and 4 git commands to generate.