OSDN Git Service

* winsup.h: Declare access_worker.
authorcgf <cgf>
Thu, 6 Nov 2003 13:58:45 +0000 (13:58 +0000)
committercgf <cgf>
Thu, 6 Nov 2003 13:58:45 +0000 (13:58 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/winsup.h

index f656fbc..6e38065 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-06  Christopher Faylor  <cgf@redhat.com>
+
+       * winsup.h: Declare access_worker.
+
 2003-11-05  Corinna Vinschen  <corinna@vinschen.de>
 
        * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t and
index 305b621..f0d534d 100644 (file)
@@ -276,7 +276,10 @@ extern void multiple_cygwin_problem (const char *, unsigned, unsigned);
 int symlink_worker (const char *, const char *, bool, bool)
   __attribute__ ((regparm (3)));
 
-int __stdcall low_priority_sleep (DWORD) __attribute__ ((regparm (1)));
+class path_conv;
+int access_worker (path_conv&, int) __attribute__ ((regparm (2)));
+
+extern "C" int low_priority_sleep (DWORD) __attribute__ ((regparm (1)));
 #define SLEEP_0_STAY_LOW INFINITE
 
 /**************************** Exports ******************************/