Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-14 01:08:05 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-14 01:08:05 +0300
commit40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4 (patch)
treef753ca9f8f332fe2419c85bb80aed0f8046fb1ca
parentc0a02a4b42accbc574e84654cd845f8971d6a298 (diff)
* winsup.h (low_priority_sleep): Declare.
-rw-r--r--winsup/cygwin/winsup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 4b2344cc4..9b7e04075 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -242,6 +242,7 @@ extern void multiple_cygwin_problem (const char *, unsigned, unsigned);
class path_conv;
int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow,
path_conv *pc = NULL) __attribute__ ((regparm (3)));
+void __stdcall low_priority_sleep (DWORD) __attribute__ ((regparm (1)));
/**************************** Exports ******************************/