From da63009e0f5ac74b33d8860a764d8103c5f60ec6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Dec 2002 04:46:44 +0000 Subject: 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. --- nptl/pthreadP.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nptl/pthreadP.h') 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. */ -- cgit v1.2.3