* winsup.h: Declare access_worker.

This commit is contained in:
Christopher Faylor 2003-11-06 13:58:45 +00:00
parent 9f9d1ce63b
commit fad5aef860
2 changed files with 8 additions and 1 deletions

View 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

View 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 ******************************/