* winsup.h: Declare access_worker.
This commit is contained in:
parent
9f9d1ce63b
commit
fad5aef860
@ -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
|
||||
|
@ -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 ******************************/
|
||||
|
Loading…
Reference in New Issue
Block a user