NetBSD-Bugs archive

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

PR/48601 CVS commit: src/common/lib/libc/atomic



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48601 CVS commit: src/common/lib/libc/atomic
Date: Fri, 21 Feb 2014 10:27:34 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Fri Feb 21 10:27:34 UTC 2014
 
 Modified Files:
        src/common/lib/libc/atomic: atomic_swap_32_cas.c atomic_swap_64_cas.c
 
 Log Message:
 Add missing __sync_lock_test_and_set_* aliases for PR lib/48601
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/atomic/atomic_swap_32_cas.c
 cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/atomic/atomic_swap_64_cas.c
 
 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