summaryrefslogtreecommitdiffstats
path: root/libc/misc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-0/+1
| | | | | | | | | | * updated kernel-features.h * system is provided by pt-system with nptl * _exit should do exit_group with nptl * tsd tls ptr in libc * rt_sigwaitinfo impl added Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso2008-11-181-0/+1
| | | | | | Currently we have an implementation in ld.so and libdl.a. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-101-1/+0
| | | | Leave the now obsolete libc/misc/pthread dir in for now.
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+1
| | | | I had clearly run search/replace on that were cluttering things up.
* Remove unused filesPeter S. Mazinger2006-02-131-1/+0
|
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-0/+36
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.