From 87b82db4e7b0585f50fd11671e43e0e3b6be2ad9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 18 Mar 2000 06:26:14 +0000 Subject: * delqueue.cc (delqueue_list::queue_file): Add some debugging. * path.h (class path_conv): Add a char * operator for the most common case. * syscalls.cc (_unlink): Rewrite to use FILE_FLAG_DELETE_ON_CLOSE when possible (i.e., on NT). --- winsup/cygwin/delqueue.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/delqueue.cc') diff --git a/winsup/cygwin/delqueue.cc b/winsup/cygwin/delqueue.cc index 81d2bd68b..17feb6991 100644 --- a/winsup/cygwin/delqueue.cc +++ b/winsup/cygwin/delqueue.cc @@ -54,6 +54,7 @@ delqueue_list::queue_file (const char *dosname) strcpy(name[i], temp); inuse[i] = 1; empty = 0; + debug_printf ("adding '%s' to queue %d", temp, i); return; } -- cgit v1.2.3