1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
005-11-24  Jakub Jelinek  <jakub@redhat.com>
	[BZ #1920]
	* sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
	__attribute__ instead of __attribute.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
	(__cleanup_fct_attribute): Likewise.
This commit is contained in:
Ulrich Drepper
2005-11-24 18:16:42 +00:00
parent bd547139c7
commit 16feadf264
7 changed files with 56 additions and 6 deletions

View File

@@ -657,9 +657,9 @@ extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)
/* Internal interface to initiate cleanup. */
extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
__cleanup_fct_attribute __attribute ((__noreturn__))
__cleanup_fct_attribute __attribute__ ((__noreturn__))
# ifndef SHARED
__attribute ((__weak__))
__attribute__ ((__weak__))
# endif
;
#endif