NetBSD-Bugs archive

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

PR/57437 CVS commit: src/lib/libpthread



The following reply was made to PR port-arm/57437; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57437 CVS commit: src/lib/libpthread
Date: Thu, 25 May 2023 14:29:45 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu May 25 14:29:45 UTC 2023
 
 Modified Files:
 	src/lib/libpthread: pthread_int.h
 	src/lib/libpthread/arch/arm: pthread_md.h
 
 Log Message:
 libpthread: Use __nothing, not /* nothing */, for empty macros.
 
 No functional change intended -- just safer to do it this way in case
 the macros are used in if branches or comma expressions.
 
 PR port-arm/57437 (pthread__smt_pause/wake issue)
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.109 -r1.110 src/lib/libpthread/pthread_int.h
 cvs rdiff -u -r1.11 -r1.12 src/lib/libpthread/arch/arm/pthread_md.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