Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-04-06 19:27:34 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-04-06 19:27:34 +0400
commit385b0add19ef049e4b33acf86e32c1640a87f39d (patch)
treeebf2786fa6379dc8a9e812b396bba92cd92e49c4 /winsup/cygwin/thread.cc
parent249ccad30c10f584bead2cc9ac26596a9a5fe5c7 (diff)
* thread.cc (valid_sched_parameters): Declare extern here.
(sched_set_thread_priority): Ditto.
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index 5681aadef..628d1d13f 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -40,6 +40,8 @@ details. */
extern "C" void __fp_lock_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
verifyable_object_isvalid (void const * objectptr, thread_magic_t magic,
void *static_ptr1 = NULL,