mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* 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>
|
||||
|
||||
* 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;
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user