]> sourceware.org Git - newlib-cygwin.git/commit
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 21 Aug 2007 12:37:40 +0000 (12:37 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 21 Aug 2007 12:37:40 +0000 (12:37 +0000)
commit1b61bf152b3972c6afd3f938d7654c7738b1c2bc
treeaef05189fb494912b59ec82f49bc69ed7a71bd0f
parent66e36b7987c8690029768d38b0caeb480a29fe42
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
(NtQueryAttributesFile): Move to maintain alphabetical order of
declarations.  Add comment to note that timestamp information returned
by NtQueryAttributesFile is unreliable.
* path.h (etc::changed_h): Move here.
(etc::fn): Change type to OBJECT_ATTRIBUTES.
(etc::last_modified): Change type to LARGE_INTEGER.
(etc::init): Take PUNICODE_STRING as second argument.
* path.cc: Accomodate above changes.
(etc::test_file_change): Use NT native functions.
(etc::dir_changed): Ditto.
* uinfo.cc (pwdgrp::load): Call etc::init with NT native path.
winsup/cygwin/ChangeLog
winsup/cygwin/ntdll.h
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/uinfo.cc
This page took 0.026844 seconds and 5 git commands to generate.