OSDN Git Service

* include/cygwin/signal.h: Add missing sigrelse prototype.
authorcorinna <corinna>
Thu, 10 Nov 2005 09:12:21 +0000 (09:12 +0000)
committercorinna <corinna>
Thu, 10 Nov 2005 09:12:21 +0000 (09:12 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/signal.h

index d51714b..7f32ab0 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-09  Scott Finneran  <scottf@pacom.com>
+
+       * include/cygwin/signal.h: Add missing sigrelse prototype.
+
 2005-11-08  Christopher Faylor  <cgf@timesys.com>
 
        * fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into
index bd1d33c..477903a 100644 (file)
@@ -222,6 +222,7 @@ struct sigaction
 int sigwait (const sigset_t *, int *);
 int sigwaitinfo (const sigset_t *, siginfo_t *);
 int sighold (int);
+int sigrelse (int);
 int sigqueue(pid_t, int, const union sigval);
 int siginterrupt (int, int);
 #ifdef __cplusplus