about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread/pthread.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
commit16feadf264b6508bc5583a56a2c7a7aaafc1e383 (patch)
treeec461d3780d78320b64f9e5772feda4f0a821525 /nptl/sysdeps/pthread/pthread.h
parentbd547139c77f2f3bb581d329e70c2c5cd246a3ab (diff)
downloadglibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.gz
glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.xz
glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.zip
[BZ #1920]
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.
Diffstat (limited to 'nptl/sysdeps/pthread/pthread.h')
-rw-r--r--nptl/sysdeps/pthread/pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
index 92e66f7c72..badadae169 100644
--- a/nptl/sysdeps/pthread/pthread.h
+++ b/nptl/sysdeps/pthread/pthread.h
@@ -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