From 1e98729b2a230b271b4a5f56f80ca56e32d790a7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 3 May 2004 11:53:07 +0000 Subject: * dir.cc (writable_directory): Remove. (mkdir): Remove call to writable_directory. * syscalls.cc (unlink): Ditto. (rename): Ditto. * winsup.h (writable_directory): Remove declaration. --- winsup/cygwin/winsup.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 233458d2c..4c57c3776 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -240,7 +240,6 @@ extern bool cygwin_finished_initializing; /**************************** Miscellaneous ******************************/ void __stdcall set_std_handle (int); -int __stdcall writable_directory (const char *file); int __stdcall stat_dev (DWORD, int, unsigned long, struct __stat64 *); __ino64_t __stdcall hash_path_name (__ino64_t hash, const char *name) __attribute__ ((regparm(2))); -- cgit v1.2.3