* thread.cc (valid_sched_parameters): Declare extern here.
(sched_set_thread_priority): Ditto.
This commit is contained in:
parent
249ccad30c
commit
385b0add19
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* thread.cc (valid_sched_parameters): Declare extern here.
|
||||||
|
(sched_set_thread_priority): Ditto.
|
||||||
|
|
||||||
2010-04-06 Corinna Vinschen <corinna@vinschen.de>
|
2010-04-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/sched.h: Remove, overruled by newlib file.
|
* include/sched.h: Remove, overruled by newlib file.
|
||||||
|
|
|
@ -40,6 +40,8 @@ details. */
|
||||||
|
|
||||||
extern "C" void __fp_lock_all ();
|
extern "C" void __fp_lock_all ();
|
||||||
extern "C" void __fp_unlock_all ();
|
extern "C" void __fp_unlock_all ();
|
||||||
|
extern "C" int valid_sched_parameters(const struct sched_param *);
|
||||||
|
extern "C" int sched_set_thread_priority(HANDLE thread, int priority);
|
||||||
static inline verifyable_object_state
|
static inline verifyable_object_state
|
||||||
verifyable_object_isvalid (void const * objectptr, thread_magic_t magic,
|
verifyable_object_isvalid (void const * objectptr, thread_magic_t magic,
|
||||||
void *static_ptr1 = NULL,
|
void *static_ptr1 = NULL,
|
||||||
|
|
Loading…
Reference in New Issue