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.