* sigproc.cc (waitq_head): Don't initialize to zero.

* sigproc.h: Update copyright, fix whitespace.
This commit is contained in:
Christopher Faylor
2006-07-14 00:50:55 +00:00
parent 2d73611e56
commit 6b838263ea
3 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* sigproc.h
Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
This file is part of Cygwin.
@ -94,5 +94,5 @@ extern struct sigaction *global_sigs;
#define WAIT_SIG_PRIORITY THREAD_PRIORITY_NORMAL
#define myself_nowait ((_pinfo *)myself_nowait_dummy)
#define myself_nowait ((_pinfo *) myself_nowait_dummy)
#endif /*_SIGPROC_H*/