This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Fix typo in signal.cc


Hi All,

While resolving some conflicts with the local changes I made to signal.cc, I came across what I believe to be a typo.  There is an if-statement in the sigaction function which is empty.  FWICT, based on logic and indentation, the expression following the if-statement was intended to be the expression used when the if-statement returned true.  I'm not entirely sure what side-effects this had (if any), but hopefully it might fix something.

Cheers,
Nicholas

__________________________________________________________________
New! Unlimited Netscape Internet Service.
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register
Act now to get a personalized email address!

Netscape. Just the Net You Need.

Attachment: cygwin-signal_cc-typo.patch
Description: cygwin-signal_cc-typo.patch

2004-01-21  Nicholas Wourms  <nwourms@netscape.net>

    * signal.cc (sigaction): Fix if-statement typo.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]