]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/signal.h: Add siginterrupt definition.
authorChristopher Faylor <me@cgf.cx>
Mon, 4 Oct 2004 14:04:31 +0000 (14:04 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 4 Oct 2004 14:04:31 +0000 (14:04 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/signal.h

index 4c8e02f5699cb37631b1d5a9097830e9fcc235ec..7d8b0cbb36f5ffbb350b96ec28500f85738cc5ed 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Christopher Faylor  <cgf@timesys.com>
+
+       * include/cygwin/signal.h: Add siginterrupt definition.
+
 2004-10-02  Pierre Humblet <pierre.humblet@ieee.org>
 
        * path.h (enum path_types): Delete PATH_ISDISK.
index 90d8df666e2d3cefe8dd5018728e50ad10d718bf..ac8d276fa23f579dd013ade556023b7f147ac837 100644 (file)
@@ -207,7 +207,8 @@ 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 sigval);
+int sigqueue(pid_t, int, const union);
+int siginterrupt (int, int);
 #ifdef __cplusplus
 }
 #endif
This page took 0.03535 seconds and 5 git commands to generate.