summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
Commit message (Collapse)AuthorAgeFilesLines
* nptl: use arch-specific cancellation routines for x86_64Roman I Khimov2010-05-031-1/+1
| | | | | | | | | They were present in sources, but not compiled in. Generic routines are broken badly on x86_64, even basic threading test like pthread/ex1 didn't work with them. Signed-off-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* get x86_64 nptl buildingAustin Foxley2009-12-111-0/+116
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>