Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparc: fix build for linuxthreads.old | Rob Landley | 2011-10-27 | 1 | -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 Frysinger | 2008-01-06 | 2 | -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 Frysinger | 2005-11-15 | 3 | -0/+196 |
of latest glibc version |