OSDN Git Service

* autoload.cc (CreateHardLinkA): Remove.
authorcorinna <corinna>
Fri, 27 Jul 2007 16:24:06 +0000 (16:24 +0000)
committercorinna <corinna>
Fri, 27 Jul 2007 16:24:06 +0000 (16:24 +0000)
commite6465bed73a9c3b6dffd7fbe7dbc2c4d94374d5a
tree6f5b80dc46ea1ef3e7cce7318a7fb6e7ba2e0c3b
parentd686137ad9f4f2e267653b6e7f361d2fcea22750
* autoload.cc (CreateHardLinkA): Remove.
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop GetBinaryType
test.  Just check exe suffix instead.  Tune creating new file name.
Implement creating hard link using native NT functions which works
on all platforms.
* ntdll.h (STATUS_INVALID_DEVICE_REQUEST): Define.
(struct _FILE_LINK_INFORMATION): Define.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/ntdll.h