about summary refs log tree commit diff
path: root/linuxthreads/internals.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-16 08:18:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-16 08:18:10 +0000
commite2947c429eaf51b7c0645e9484d70f141ba560d6 (patch)
tree239887216535bbf5c2c67faaf54fd10969b4c001 /linuxthreads/internals.h
parentc269fdb42faa5bfe25453b03a2d74ebb68926d99 (diff)
downloadglibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.tar.gz
glibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.tar.xz
glibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.zip
Update.
2000-04-16  Ulrich Drepper  <drepper@redhat.com>

	* pthread.c: Correct long-time braino.  We never set SA_SIGINFO and
	therefore don't need the _rt versions of the signal handlers.

	* internals.h: Declare __pthread_yield.
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);