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