4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 03:50:28 +08:00
Corinna Vinschen 0d75ce965c * fhandler.h (class fhandler_base): Declare new method link.
(class fhandler_socket): Ditto.
	(class fhandler_disk_file): Ditto.
	* fhandler.cc (fhandler_base::open): Add FILE_WRITE_ATTRIBUTES
	to query_write_control access flags.
	(fhandler_base::link): New method.
	* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't try to
	open with O_WRONLY since query_write_control includes
	FILE_WRITE_ATTRIBUTES.
	(fhandler_disk_file::fchown): Ditto.
	(fhandler_disk_file::facl): Ditto.
	(fhandler_disk_file::link): New method.  Touch st_ctime on successful
	link.
	* fhandler_socket.cc (fhandler_socket::link): New method.
	* syscalls.cc (link): Move functionality into fhandler method link.
	Just call this method from here.
2005-02-19 21:53:36 +00:00
..
2004-12-05 02:30:20 +00:00
2004-01-20 03:11:39 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2004-05-12 16:21:18 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2004-03-14 05:35:19 +00:00
2004-12-05 02:30:20 +00:00
2005-02-13 18:17:29 +00:00
2004-02-04 22:40:50 +00:00
2004-09-03 01:32:02 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2003-07-07 05:32:24 +00:00
2004-04-16 21:22:13 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2005-02-13 18:17:29 +00:00
2004-12-27 19:03:56 +00:00
2004-07-20 16:08:49 +00:00
2005-01-03 18:11:00 +00:00
2005-02-13 18:17:29 +00:00
2004-12-27 19:03:56 +00:00
2003-03-09 20:31:07 +00:00
2005-01-06 16:36:40 +00:00
2004-05-16 16:38:27 +00:00
2005-02-13 18:17:29 +00:00