diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-13 22:08:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-13 22:08:05 +0000 |
commit | 40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4 (patch) | |
tree | f753ca9f8f332fe2419c85bb80aed0f8046fb1ca | |
parent | c0a02a4b42accbc574e84654cd845f8971d6a298 (diff) | |
download | cygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.tar.gz cygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.tar.bz2 cygnal-40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4.zip |
* winsup.h (low_priority_sleep): Declare.
-rw-r--r-- | winsup/cygwin/winsup.h | 1 |
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 ******************************/ |