diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-05 04:01:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-05 04:01:43 +0000 |
commit | ce006ffa7f6985c2dbe6128d74ba6beda562743a (patch) | |
tree | f06848351ed62f45e8034e2d5c5eb69f36a5f87e /winsup/cygwin/poll.cc | |
parent | 147d2ab4949aec9a3b510e1ee43399a9e6261122 (diff) | |
download | newlib-ce006ffa7f6985c2dbe6128d74ba6beda562743a.zip newlib-ce006ffa7f6985c2dbe6128d74ba6beda562743a.tar.gz newlib-ce006ffa7f6985c2dbe6128d74ba6beda562743a.tar.bz2 |
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
* path.cc (mount_info::conv_to_win32_path): Set flags to binary when mount
entry is not found.
(mount_info::set_flags_from_win32_path): Ditto.
Diffstat (limited to 'winsup/cygwin/poll.cc')
-rw-r--r-- | winsup/cygwin/poll.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/poll.cc b/winsup/cygwin/poll.cc index 6305605..a1c50e8 100644 --- a/winsup/cygwin/poll.cc +++ b/winsup/cygwin/poll.cc @@ -1,6 +1,6 @@ /* poll.cc. Implements poll(2) via usage of select(2) call. - Copyright 2000, 2001 Red Hat, Inc. + Copyright 2000, 2001, 2002 Red Hat, Inc. This file is part of Cygwin. |