From f343a326d3da43f8e3c73494e412b7e123c216fc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 18 May 2000 21:30:30 +0000 Subject: * Makefile.in: Remove external.h dependency. * dcrt0.cc (sigthread::init): Move here from sigproc.h. * sigproc.h (sigthread): Move init to dcrt0.cc. --- winsup/cygwin/sigproc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 2a55b12f7..d850ec923 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -40,11 +40,7 @@ struct sigthread DWORD frame; muto *lock; sigthread () : id (0), frame (0), lock (0) {} - void init (const char *s) - { - lock = new_muto (FALSE, s); - id = GetCurrentThreadId (); - } + void init (const char *s); }; class sigframe -- cgit v1.2.3