* winsup.h (low_priority_sleep): Fix declaration to avoid linker
warning.
This commit is contained in:
parent
73e36316cc
commit
07ff303782
|
@ -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>
|
2003-11-10 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
* thread.cc (__reent_t::init_clib): Set thread local clib
|
* thread.cc (__reent_t::init_clib): Set thread local clib
|
||||||
|
|
|
@ -279,7 +279,7 @@ int symlink_worker (const char *, const char *, bool, bool)
|
||||||
class path_conv;
|
class path_conv;
|
||||||
int access_worker (path_conv&, int) __attribute__ ((regparm (2)));
|
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
|
#define SLEEP_0_STAY_LOW INFINITE
|
||||||
|
|
||||||
size_t getshmlba (void);
|
size_t getshmlba (void);
|
||||||
|
|
Loading…
Reference in New Issue