]> sourceware.org Git - newlib-cygwin.git/commitdiff
fix erroneous checkin
authorChristopher Faylor <me@cgf.cx>
Mon, 4 Oct 2004 14:06:02 +0000 (14:06 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 4 Oct 2004 14:06:02 +0000 (14:06 +0000)
winsup/cygwin/include/cygwin/signal.h

index ac8d276fa23f579dd013ade556023b7f147ac837..a73565c749234c46112a28e94a811588aa761d33 100644 (file)
@@ -207,7 +207,7 @@ struct sigaction
 int sigwait (const sigset_t *, int *);
 int sigwaitinfo (const sigset_t *, siginfo_t *);
 int sighold (int);
-int sigqueue(pid_t, int, const union);
+int sigqueue(pid_t, int, const union sigval);
 int siginterrupt (int, int);
 #ifdef __cplusplus
 }
This page took 0.031259 seconds and 5 git commands to generate.