* winsup.h (low_priority_sleep): Fix declaration to avoid linker

warning.
This commit is contained in:
Corinna Vinschen 2003-11-10 21:17:53 +00:00
parent 73e36316cc
commit 07ff303782
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-10 Corinna Vinschen <corinna@vinschen.de>
* winsup.h (low_priority_sleep): Fix declaration to avoid linker
warning.
2003-11-10 Thomas Pfaff <tpfaff@gmx.net>
* thread.cc (__reent_t::init_clib): Set thread local clib

View File

@ -279,7 +279,7 @@ int symlink_worker (const char *, const char *, bool, bool)
class path_conv;
int access_worker (path_conv&, int) __attribute__ ((regparm (2)));
extern "C" int low_priority_sleep (DWORD) __attribute__ ((regparm (1)));
extern int __stdcall low_priority_sleep (DWORD) __attribute__ ((regparm (1)));
#define SLEEP_0_STAY_LOW INFINITE
size_t getshmlba (void);