about summary refs log tree commit diff
path: root/linuxthreads/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r--linuxthreads/internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h
index e6b58df3ca..c1f4081c7b 100644
--- a/linuxthreads/internals.h
+++ b/linuxthreads/internals.h
@@ -439,6 +439,8 @@ int __pthread_timedsuspend_new(pthread_descr self, const struct timespec *abs);
 
 void __pthread_wait_for_restart_signal(pthread_descr self);
 
+int __pthread_yield (void);
+
 /* Global pointers to old or new suspend functions */
 
 extern void (*__pthread_restart)(pthread_descr);