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

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.