OSDN Git Service

* Makefile.in (DLL_OFILES): Remove delqueue.o.
authorcorinna <corinna>
Mon, 13 Aug 2007 17:16:03 +0000 (17:16 +0000)
committercorinna <corinna>
Mon, 13 Aug 2007 17:16:03 +0000 (17:16 +0000)
commited9a734b4dbbf211e8026ee10d0ea671d52f7936
tree17e66906a2bf2b2d7d777c0e275e665504039b6a
parent32a416710e1f65f8457e2273c604c129cf44010d
* Makefile.in (DLL_OFILES): Remove delqueue.o.
* delqueue.cc: Delete.
* fhandler.h (fhandler_base::close_fs): Drop declaration.
(fhandler_disk_file::close): Drop declaration.
* fhandler_disk_file.cc (fhandler_base::fstat_fs): Call close instead of
close_fs.
(fhandler_base::fstat_helper): Use open FH_UNIX handle in call to
get_file_attribute.
(fhandler_base::open_fs): Call close instead of get_file_attribute.
(fhandler_disk_file::close): Remove.
(fhandler_base::close_fs): Remove.
* fhandler_socket.cc (fhandler_socket::close): Just call
fhandler_base::close for FH_UNIX sockets.
* shared.cc (user_shared_initialize): Drop call to
user_shared->delqueue.init.
* shared_info.h (CURR_USER_MAGIC): Change according to below change.
(MAX_DELQUEUES_PENDING): Remove.
(class delqueue_list): Remove.
(class user_info): Remove delqueue.
* syscalls.cc (close_all_files): Drop call to
user_shared->delqueue.process_queue.
(unlink): Drop delqueue handling.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/delqueue.cc [deleted file]
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/shared.cc
winsup/cygwin/shared_info.h
winsup/cygwin/syscalls.cc