This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/359] PTHREAD_[...]_INITIALIZER_NP macros from pthread.h break GNU C++ compilation


------- Additional Comments From schnake at composition dot de  2004-08-31 08:08 -------
Created an attachment (id=180)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=180&action=view)
Changes the PTHREAD_[...]_INITITALIZER_NP macros to use no designated
initializer

This patch applies only a formal change to pthread.h to make it useable with
current GCC specs (that simply and explicitly do not support that initalizer
style, see URL in comment #1). I dont know about implications with other
compilers, but I think the patched initializer style should be the common one
(as the GCC refers to the current one as "designated initializer *extension*"
;-)

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=359

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]