summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/sparc
Commit message (Collapse)AuthorAgeFilesLines
* sparc: fix build for linuxthreads.oldRob Landley2011-10-271-0/+1
| | | | | | | | | sparc target has assembly implementations of clone.S that doesn't get used, and thus the build breaks. Also, sparc is missing a header file in pthreads.old that exists in pthreads.new. Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* use the __extern_always_inline define from cdefs.h instead of duplicating ↵Mike Frysinger2008-01-062-2/+2
| | | | gcc version checking in every pt-machine.h header ... while __extern_always_inline should work fine, i think what is intended is __extern_inline ... should double check later
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-153-0/+196
of latest glibc version