summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h2
1 files changed, 2 insertions, 0 deletions
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);
};