summaryrefslogtreecommitdiff
path: root/private.c
diff options
context:
space:
mode:
Diffstat (limited to 'private.c')
-rw-r--r--private.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/private.c b/private.c
index db26563..8206b7e 100644
--- a/private.c
+++ b/private.c
@@ -135,10 +135,10 @@ _pthread_new_thread(pthread_t * thread)
return 0;
}
-_pthread_threads_thread *
-_pthread_find_thread(pthread_t thread)
+pthread_t
+_pthread_find_thread((HANDLE) win32handle)
{
- /* Should no longer be needed */
+ /* FIXME: No-op at present */
}
int