summaryrefslogtreecommitdiffstats
path: root/lib/libspl/include/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* Add atomic_sub_* functions to libspl.Etienne Dechamps2012-10-171-0/+30
| | | | | | | | | | Both the SPL and the ZFS libspl export most of the atomic_* functions, except atomic_sub_* functions which are only exported by the SPL, not by libspl. This patch remedies that by implementing atomic_sub_* functions in libspl. Signed-off-by: Brian Behlendorf <[email protected]> Issue #1013
* Add linux libspl supportBrian Behlendorf2010-08-311-0/+266
All changes needed for the libspl layer. This includes modifications to files directly copied from OpenSolaris and the addition of new files needed to fill in the gaps. Signed-off-by: Brian Behlendorf <[email protected]>