NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59126 CVS commit: src/common/lib/libc/atomic
The following reply was made to PR lib/59126; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59126 CVS commit: src/common/lib/libc/atomic
Date: Tue, 4 Mar 2025 00:40:42 +0000
Module Name: src
Committed By: riastradh
Date: Tue Mar 4 00:40:42 UTC 2025
Modified Files:
src/common/lib/libc/atomic: atomic_op_namespace.h
Log Message:
libc atomic_op_namespace.h: Add membar_release and membar_acquire.
These namespace macros will be needed so that libpthread can call
NetBSD's nonstandard membar_release/acquire functions even if linked
against an application that defines symbols of the same name.
Preparation for:
PR lib/59126: pthread_once(3): missing memory ordering
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/atomic/atomic_op_namespace.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