NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49989 CVS commit: src/lib/libpthread



The following reply was made to PR lib/49989; it has been noted by GNATS.

From: "Antti Kantee" <pooka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49989 CVS commit: src/lib/libpthread
Date: Fri, 26 Jun 2015 01:33:09 +0000

 Module Name:	src
 Committed By:	pooka
 Date:		Fri Jun 26 01:33:09 UTC 2015
 
 Modified Files:
 	src/lib/libpthread: pthread_types.h
 
 Log Message:
 C++ (namely libc++) expects to be using PTHREAD_FOO_INITIALIZER as a
 member initializer. This does not work for volatile types. Since C++
 does not touch the guts of those types, redefine them as non-volatile.
 
 Fixes libc++ compilation with g++ 5.1, as reported in PR lib/49989.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread_types.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index