OSDN Git Service

* signal.cc (sleep): Protect with sigframe.
authorcgf <cgf>
Tue, 22 May 2001 16:22:35 +0000 (16:22 +0000)
committercgf <cgf>
Tue, 22 May 2001 16:22:35 +0000 (16:22 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/signal.cc

index 5d30522..708d34b 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 22 12:20:07 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * signal.cc (sleep): Protect with sigframe.
+
 Tue May 22 17:58:00 2001  Corinna Vinschen <corinna@vinschen.de>
 
        * security.cc (get_file_attribute): Don't set errno.
index bc3746b..8b10f41 100644 (file)
@@ -68,6 +68,7 @@ sleep (unsigned int seconds)
   int rc;
   unsigned start_time;
   unsigned int res;
+  sigframe thisframe (mainthread);
 
   start_time = GetTickCount ();