summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-06 13:58:45 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-06 13:58:45 +0000
commitfad5aef8606059f9715e8faac329852ef041f7a6 (patch)
tree633331cf3591b0a8b1e77da9902a6fbf555ea823 /winsup/cygwin
parent9f9d1ce63bb95d68ccb6e142d295b02a253e087b (diff)
downloadcygnal-fad5aef8606059f9715e8faac329852ef041f7a6.tar.gz
cygnal-fad5aef8606059f9715e8faac329852ef041f7a6.tar.bz2
cygnal-fad5aef8606059f9715e8faac329852ef041f7a6.zip
* winsup.h: Declare access_worker.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/winsup.h5
2 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f656fbc44..6e3806545 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
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 ******************************/