diff options
author | Christopher Faylor <me@cgf.cx> | 2003-12-15 04:44:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-12-15 04:44:30 +0000 |
commit | 5e2a359c44421e26dc0ebdd8ed408e398a9c11a8 (patch) | |
tree | 141bb78906d1060fdbda9a4dddca5d0f24cb3c20 /winsup/cygwin/how-signals-work.txt | |
parent | d627d17183afc5eb130979f4f122492ae382f1bb (diff) | |
download | cygnal-5e2a359c44421e26dc0ebdd8ed408e398a9c11a8.tar.gz cygnal-5e2a359c44421e26dc0ebdd8ed408e398a9c11a8.tar.bz2 cygnal-5e2a359c44421e26dc0ebdd8ed408e398a9c11a8.zip |
add out-of-date notice.
Diffstat (limited to 'winsup/cygwin/how-signals-work.txt')
-rw-r--r-- | winsup/cygwin/how-signals-work.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/how-signals-work.txt b/winsup/cygwin/how-signals-work.txt index f5cb04aff..26e5ee1ba 100644 --- a/winsup/cygwin/how-signals-work.txt +++ b/winsup/cygwin/how-signals-work.txt @@ -1,5 +1,6 @@ -Copyright 2001 Red Hat Inc., Christopher Faylor +Copyright 2001, 2002, 2003 Red Hat Inc., Christopher Faylor +[this information is currently out-of-date] How do signals work? On process startup, cygwin starts a secondary thread that deals with signals. |