* Makefile.in: Remove external.h dependency.
* dcrt0.cc (sigthread::init): Move here from sigproc.h. * sigproc.h (sigthread): Move init to dcrt0.cc.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user