diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-21 22:21:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-21 22:21:05 +0000 |
commit | bfa2e9cbb129de6e821b97133977d88696fca215 (patch) | |
tree | a76db7253fab7651d040cf024882c1ab2fb40afa /winsup/cygwin/ChangeLog | |
parent | 4f6149d6f07c79fd48c0d41f303786f610e81bd1 (diff) | |
download | cygnal-bfa2e9cbb129de6e821b97133977d88696fca215.tar.gz cygnal-bfa2e9cbb129de6e821b97133977d88696fca215.tar.bz2 cygnal-bfa2e9cbb129de6e821b97133977d88696fca215.zip |
* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2ea8ab4f4..616fe9451 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Christopher Faylor <cgf@redhat.com> + + * msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER. + 2003-11-20 Christopher Faylor <cgf@redhat.com> * configure.in: Make --use-server the default. Remove powerpc target. |