diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 08:18:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 08:18:10 +0000 |
commit | e2947c429eaf51b7c0645e9484d70f141ba560d6 (patch) | |
tree | 239887216535bbf5c2c67faaf54fd10969b4c001 /linuxthreads/internals.h | |
parent | c269fdb42faa5bfe25453b03a2d74ebb68926d99 (diff) | |
download | glibc-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.h | 2 |
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); |