NetBSD-Bugs archive

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

PR/51033 CVS commit: src/lib/libc/atomic



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51033 CVS commit: src/lib/libc/atomic
Date: Sat, 27 Aug 2016 08:03:13 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Sat Aug 27 08:03:13 UTC 2016
 
 Modified Files:
 	src/lib/libc/atomic: Makefile.inc
 
 Log Message:
 Add MLINKS for atomic_add_nv, atomic_cas_ni, and so forth - otherwise
 you have to remember that they're the same page as plain atomic_add and
 atomic_cas, or remember one of the types that they're defined on.
 PR 51033.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/lib/libc/atomic/Makefile.inc
 
 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