Eric Andersen e86450a006 Oops. I got the include guard wrong. Fix it per current 24 лет назад
..
alpha 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
arm 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
common 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
h8300 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. 24 лет назад
i386 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
i960 698815f954 Disable unused unifed stuff 24 лет назад
m68k 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
mips 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
powerpc 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
sh 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
sparc 32644f7899 Make bits/kernel_types.h include guard names match the include 24 лет назад
v850 e86450a006 Oops. I got the include guard wrong. Fix it per current 24 лет назад
Makefile 59c9d20af6 A few more little cleanups 24 лет назад
README 2c8e931c67 Make spelling of uClibc be consistant. 26 лет назад

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.