NetBSD-Bugs archive

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

PR/52285 CVS commit: src/lib/libpthread



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52285 CVS commit: src/lib/libpthread
Date: Sat, 9 Sep 2017 23:21:45 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Sat Sep  9 23:21:45 UTC 2017
 
 Modified Files:
 	src/lib/libpthread: pthread_types.h
 
 Log Message:
 Support <pthread_typs.h> on C89 compilers
 
 Clang 5.0.0(svn) reports warnings on <pthread_types.h> for C99 constructs
 when used with strict -std=c89.
 
 Restrict designated initializers usage to C99 or newer code.
 C89 and C++ will share the same code without extension of designated
 initializers.
 
 PR 52285
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 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