summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.c
Commit message (Collapse)AuthorAgeFilesLines
* sparc nptl needs it's own lowlevellock.caustinf2009-03-211-0/+131
* Since sparc < v9 doesn't have a real compare exchange instruction, we implement it with a test and set.