summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/internals.h
AgeCommit message (Expand)Author
2005-10-28fix building with localeMike Frysinger
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger
2005-09-08import the helper function pthread_for_each_thread from glibcMike Frysinger
2005-09-08import misc defines from glibcMike Frysinger
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-06-12Set the default thread stack size to 16k for mmu-less systems.Eric Andersen
2003-03-01Use a funky version in a probably vein attempt at preventing gdbEric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen