diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-06 13:58:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-06 13:58:45 +0000 |
commit | fad5aef8606059f9715e8faac329852ef041f7a6 (patch) | |
tree | 633331cf3591b0a8b1e77da9902a6fbf555ea823 /winsup/cygwin/winsup.h | |
parent | 9f9d1ce63bb95d68ccb6e142d295b02a253e087b (diff) | |
download | cygnal-fad5aef8606059f9715e8faac329852ef041f7a6.tar.gz cygnal-fad5aef8606059f9715e8faac329852ef041f7a6.tar.bz2 cygnal-fad5aef8606059f9715e8faac329852ef041f7a6.zip |
* winsup.h: Declare access_worker.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 305b621db..f0d534d26 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -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 ******************************/ |