OSDN Git Service

fix erroneous checkin
authorcgf <cgf>
Mon, 4 Oct 2004 14:06:02 +0000 (14:06 +0000)
committercgf <cgf>
Mon, 4 Oct 2004 14:06:02 +0000 (14:06 +0000)
winsup/cygwin/include/cygwin/signal.h

index ac8d276..a73565c 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
 }