diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-02-26 11:32:20 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-02-26 11:32:20 +0000 |
commit | 4e23c18123f64350c3b37ea179302d4e0f647524 (patch) | |
tree | 83412ee48475b26a75b5655d7ab506cbb75da9a7 /winsup/cygwin/mmap.cc | |
parent | ca713cfab35fe144b73240ebe2c333c36fd7a214 (diff) | |
download | cygnal-4e23c18123f64350c3b37ea179302d4e0f647524.tar.gz cygnal-4e23c18123f64350c3b37ea179302d4e0f647524.tar.bz2 cygnal-4e23c18123f64350c3b37ea179302d4e0f647524.zip |
* miscfuncs.cc (check_invalid_virtual_addr): Assure the last page
in the range is always tested. Add appropriate const.
* mmap.cc (mmap_record::aloc_fh): Remove unused static path_conf object.
Diffstat (limited to 'winsup/cygwin/mmap.cc')
-rw-r--r-- | winsup/cygwin/mmap.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/mmap.cc b/winsup/cygwin/mmap.cc index cacefea41..394ed5987 100644 --- a/winsup/cygwin/mmap.cc +++ b/winsup/cygwin/mmap.cc @@ -295,7 +295,6 @@ mmap_record::alloc_fh () return &fh_paging_file; } - static path_conv pc; // should be thread safe - CGF /* The file descriptor could have been closed or, even worse, could have been reused for another file before the call to fork(). This requires creating a fhandler |