Bernd Schmidt 3b5e53eaf0 Add a missing macro to C6X syscalls.h. 13 years ago
..
alpha 369cc066a4 bits/statvfs.h: the common one is good for alpha and sparc 13 years ago
arm 3fa004b7d2 regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h 13 years ago
avr32 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
bfin 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
c6x 3b5e53eaf0 Add a missing macro to C6X syscalls.h. 13 years ago
common 1dd9275091 remove trailing ';' from _syscallX() 13 years ago
cris 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
e1 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
frv 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
h8300 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
hppa 26b1a5e02b add bits/atomic.h for hppa 13 years ago
i386 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
i960 c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts 15 years ago
ia64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
m68k 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
microblaze 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
mips 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
nios c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts 15 years ago
nios2 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
powerpc 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sh 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sh64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sparc 1dd9275091 remove trailing ';' from _syscallX() 13 years ago
v850 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
vax 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
x86_64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
xtensa 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
Makefile ba31c6c463 Remove TOPDIR 19 years ago
Makefile.commonarch 9381d622e2 nptl: fix buildsys 14 years ago
Makefile.in 49d8a0e9c6 support building out-of-tree 15 years ago
README 4d08c75822 - fix typo 16 years ago

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for supported 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 stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.