(class __pthread_cleanup_class): Add missing closing braces.

This commit is contained in:
Ulrich Drepper 2003-06-26 01:13:19 +00:00
parent c53320c0c9
commit 63b9245a11
1 changed files with 2 additions and 2 deletions

View File

@ -444,8 +444,8 @@ class __pthread_cleanup_class
~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
__setdoit (int __newval) { __do_it = __newval; }
__defer () { pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED,
&__cancel_type);
__restore () const { pthread_setcanceltype (__cancel_type, 0);
&__cancel_type); }
__restore () const { pthread_setcanceltype (__cancel_type, 0); }
};
/* Install a cleanup handler: ROUTINE will be called with arguments ARG