mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
* 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>
|
2003-11-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/cygwin/types.h: Fix preprocessor guards for vm_offset_t and
|
* 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)
|
int symlink_worker (const char *, const char *, bool, bool)
|
||||||
__attribute__ ((regparm (3)));
|
__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
|
#define SLEEP_0_STAY_LOW INFINITE
|
||||||
|
|
||||||
/**************************** Exports ******************************/
|
/**************************** Exports ******************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user