* sigoproc.cc (sigproc_init): Use American spelling in comment.
This commit is contained in:
parent
fc0e5071bc
commit
6a7d80f2ae
|
@ -1,3 +1,7 @@
|
||||||
|
2010-09-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* sigoproc.cc (sigproc_init): Use American spelling in comment.
|
||||||
|
|
||||||
2010-09-01 Christopher Faylor <me+cygwin@cgf.cx>
|
2010-09-01 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* dcrt0.cc (dll_crt0_0): Remove myself settings.
|
* dcrt0.cc (dll_crt0_0): Remove myself settings.
|
||||||
|
|
|
@ -463,7 +463,7 @@ sigproc_init ()
|
||||||
ProtectHandle (my_readsig);
|
ProtectHandle (my_readsig);
|
||||||
myself->sendsig = my_sendsig;
|
myself->sendsig = my_sendsig;
|
||||||
new cygthread (wait_sig, cygself, "sig");
|
new cygthread (wait_sig, cygself, "sig");
|
||||||
/* sync_proc_subproc is used by proc_subproc. It serialises
|
/* sync_proc_subproc is used by proc_subproc. It serializes
|
||||||
access to the children and proc arrays. */
|
access to the children and proc arrays. */
|
||||||
sync_proc_subproc.init ("sync_proc_subproc");
|
sync_proc_subproc.init ("sync_proc_subproc");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue