From 167095f6c0e99025764ea231f11b58c0b9f2685d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 Oct 2000 17:57:28 +0000 Subject: * dcrt0.cc (sigthread::init): Correct overzealous ifdef. * exceptions.cc (call_handler): Avoid calling sigthread acquire lock. * sigproc.h (sigthread): Comment out lock for now. * sync.cc (muto::acquire): Add a minor optimization. --- winsup/cygwin/sigproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 2ee39b013..2fc623dc8 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -38,7 +38,9 @@ struct sigthread { DWORD id; DWORD frame; +#if 0 muto *lock; // FIXME: Use for multi-thread signalling someday +#endif void init (const char *s); }; -- cgit v1.2.3