Peter S. Mazinger c28cabb179 Reorder includes and include only what is necessary 13 years ago
..
alpha 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm 12 years ago
arm e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard 12 years ago
avr32 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 years ago
bfin 8f6fc2576c cacheflush.c: compile only if __NR_cacheflush is available 12 years ago
c6x 934f2fc45e change __asm to __asm__ and __volatile to __volatile__ 12 years ago
common c28cabb179 Reorder includes and include only what is necessary 12 years ago
cris c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h 12 years ago
e1 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
frv e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard 12 years ago
h8300 c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h 12 years ago
hppa e086af1dd0 hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS 12 years ago
i386 c28cabb179 Reorder includes and include only what is necessary 12 years ago
i960 8f86b8a197 move *longjmp related prototypes to setjmp.h 12 years ago
ia64 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm 12 years ago
m68k e03994a376 huge_vall.h: add for i386,ia64,m68k,sparc 12 years ago
microblaze 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 years ago
mips e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard 12 years ago
nios 903b6fc667 nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location 12 years ago
nios2 f642b00b6c nios2,xtensa: common uClibc_page.h is good for them 12 years ago
powerpc 9e74047542 posix_fadvise: make posix_fadvise[64] similar on all archs 12 years ago
sh 41494ee200 sh: remove longjmp.c, the common is good for sh 12 years ago
sh64 c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h 12 years ago
sparc e03994a376 huge_vall.h: add for i386,ia64,m68k,sparc 12 years ago
v850 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 years ago
vax 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 years ago
x86_64 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 years ago
xtensa 9e74047542 posix_fadvise: make posix_fadvise[64] similar on all archs 12 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.commonarch f6450b67cc buildsys: do_rm ARCH_HEADERS 13 years ago
Makefile.in 49d8a0e9c6 support building out-of-tree 14 years ago
README 4d08c75822 - fix typo 15 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.