OSDN Git Service

* syscalls.cc (stat_worker): Make global. Accept path_conv parameter for
authorcgf <cgf>
Fri, 5 Oct 2001 00:17:57 +0000 (00:17 +0000)
committercgf <cgf>
Fri, 5 Oct 2001 00:17:57 +0000 (00:17 +0000)
commit019e54528778444a87a8667dc6bd743993f07074
tree80fce1ff1d52964d81431435e11edd43dc8ec86e
parent1fffdb58c304cc666ded89ebcb21d5e6cb43f305
* syscalls.cc (stat_worker): Make global.  Accept path_conv parameter for
passing information back to caller.
* winsup.h: Declare stat_worker.
* dir.cc (opendir): Use stat_worker rather than stat and pass path_conv
parameter to stat_worker for later inspection.
* syslog.cc (syslog): Teach syslog about syslog priorities other than LOG_ERR,
LOG_WARNING and LOG_INFO
* path.cc (path_conv::check): Don't perform file system or rootdir checks on
devices.
winsup/cygwin/ChangeLog
winsup/cygwin/dir.cc
winsup/cygwin/path.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/syslog.cc
winsup/cygwin/winsup.h