diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-24 01:41:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-24 01:41:30 +0000 |
commit | 8e61c0495ee7f1df6909cae2ffb4d32d40240d00 (patch) | |
tree | 749951bc6458ce6840ea582982c9561d945a1709 /winsup/testsuite/ChangeLog | |
parent | 23a30ba8d961bf4462cb5a355299cc6d63aeaa95 (diff) | |
download | newlib-8e61c0495ee7f1df6909cae2ffb4d32d40240d00.zip newlib-8e61c0495ee7f1df6909cae2ffb4d32d40240d00.tar.gz newlib-8e61c0495ee7f1df6909cae2ffb4d32d40240d00.tar.bz2 |
* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoid
optimization induced problems.
Diffstat (limited to 'winsup/testsuite/ChangeLog')
-rw-r--r-- | winsup/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 87e6f69..8791f83 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2003-01-23 Christopher Faylor <cgf@redhat.com> + * winsup.api/mmaptest03.c (main): Mark variables as volatile to avoid + optimization induced problems. + +2003-01-23 Christopher Faylor <cgf@redhat.com> + * Makefile (check): Add cygrun.exe dependency. 2003-01-23 Christopher Faylor <cgf@redhat.com> |