Fix typo.

This commit is contained in:
Christopher Faylor 2004-03-14 04:47:11 +00:00
parent 09f36ed08f
commit ad22734a88
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@
2004-03-08 Christopher Faylor <cgf@redhat.com>
* exceptions.cc (setup_handler): Avoid suspending a thread if it in a
cygwin function, in an exception, spinning, or locked.
* exceptions.cc (setup_handler): Avoid suspending a thread if it is in
a cygwin function, in an exception, spinning, or locked.
* gendef (_sigfe): Move incyg setting earlier.
(sigreturn): Set incyg flag to avoid interrupting called cygwin
functions.