summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-13 22:08:05 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-13 22:08:05 +0000
commit40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4 (patch)
treef753ca9f8f332fe2419c85bb80aed0f8046fb1ca /winsup/cygwin/winsup.h
parentc0a02a4b42accbc574e84654cd845f8971d6a298 (diff)
downloadcygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.tar.gz
cygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.tar.bz2
cygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.zip
* winsup.h (low_priority_sleep): Declare.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-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 ******************************/