diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 04:46:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 04:46:44 +0000 |
commit | da63009e0f5ac74b33d8860a764d8103c5f60ec6 (patch) | |
tree | 2dc2cf509a272eb92e6566192719c37e36880c86 /nptl/pthreadP.h | |
parent | 1a82c8ffae3796e5527190440fb99d8016019cb8 (diff) | |
download | glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.gz glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.bz2 glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.zip |
Update.
* Makefile (tests): Add tst-cleanup1.
* tst-cleanup1.c: New file.
* cancellation.c (__cleanup_thread): Removed.
(__do_cancel): Remove call to __cleanup_thread.
* pthreadP.h: Remove __cleanup_thread prorotype.
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 4fba194108..1813a04583 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -88,8 +88,6 @@ extern int __pthread_debug attribute_hidden; /* Function performing the cancellation. */ extern void __do_cancel (char *currentframe) __attribute ((visibility ("hidden"), noreturn, regparm (1))); -extern void __cleanup_thread (struct pthread *self, char *currentframe) - __attribute ((visibility ("hidden"), regparm (2))); /* Test whether stackframe is still active. */ |