Eric Andersen 0f9603991c It turns out that __thread is now a gcc keyword. We used __thread in il y a 23 ans
..
alpha e2d3f03559 Support O_STREAMING il y a 23 ans
arm e2d3f03559 Support O_STREAMING il y a 23 ans
common 0f9603991c It turns out that __thread is now a gcc keyword. We used __thread in il y a 23 ans
cris e2d3f03559 Support O_STREAMING il y a 23 ans
h8300 e2d3f03559 Support O_STREAMING il y a 23 ans
i386 e2d3f03559 Support O_STREAMING il y a 23 ans
i960 e2d3f03559 Support O_STREAMING il y a 23 ans
m68k e2d3f03559 Support O_STREAMING il y a 23 ans
mips d3077ff7af Octal to hex il y a 23 ans
powerpc e2d3f03559 Support O_STREAMING il y a 23 ans
sh e2d3f03559 Support O_STREAMING il y a 23 ans
sparc d3077ff7af Octal to hex il y a 23 ans
v850 e2d3f03559 Support O_STREAMING il y a 23 ans
Makefile 66812a6f8c Added cris to ALL_SUBDIRS il y a 23 ans
README 2c8e931c67 Make spelling of uClibc be consistant. il y a 25 ans

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.

All the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.