]> git.saurik.com Git - apple/libplatform.git/blobdiff - man/atomic_deprecated.3
libplatform-254.40.4.tar.gz
[apple/libplatform.git] / man / atomic_deprecated.3
index 8db9557fa9e5395f81b5e76e3156a2a4a13c74f0..138da5c400aa35a256624b4499202e99ab70fb6c 100644 (file)
@@ -1,4 +1,4 @@
-.Dd May 26, 2004
+.Dd Mar 7, 2016
 .Dt ATOMIC_DEPRECATED 3
 .Os Darwin
 .Sh NAME
@@ -132,7 +132,8 @@ These are deprecated interfaces for atomic and synchronization
 operations, provided for compatibility with legacy code. New code should use
 the C11
 .In stdatomic.h
-interfaces.
+interfaces described in
+.Xr stdatomic 3 .
 .Ef
 .Pp
 These functions are thread and multiprocessor safe.  For each function, there
@@ -224,6 +225,7 @@ The compare-and-swap operations return true if the comparison was equal, ie if
 the swap occured. The bit test and set/clear operations return the original
 value of the bit.
 .Sh SEE ALSO
+.Xr stdatomic 3 ,
 .Xr atomic 3 ,
 .Xr spinlock_deprecated 3
 .Sh HISTORY