You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root
b7d6b18dca
|
18 years ago | |
---|---|---|
.. | ||
arpa | 18 years ago | |
linux | 18 years ago | |
Makefile | 18 years ago | |
README | 18 years ago | |
autoconf.h | 18 years ago | |
ctype.h | 18 years ago | |
debugger.h | 18 years ago | |
diskfs.h | 18 years ago | |
err.h | 18 years ago | |
errno.h | 18 years ago | |
exec.h | 18 years ago | |
fcntl.h | 18 years ago | |
file.h | 18 years ago | |
gzipfs.h | 18 years ago | |
initrd.h | 18 years ago | |
math.h | 18 years ago | |
netdb.h | 18 years ago | |
pflash.h | 18 years ago | |
pmon.h | 18 years ago | |
pmonenv.h | 18 years ago | |
powerpc.h | 18 years ago | |
prid.h | 18 years ago | |
progress.h | 18 years ago | |
queue.h | 18 years ago | |
ramfile.h | 18 years ago | |
resolv.h | 18 years ago | |
ri.h | 18 years ago | |
setjmp.h | 18 years ago | |
signal.h | 18 years ago | |
stdarg.h | 18 years ago | |
stddef.h | 18 years ago | |
stdio.h | 18 years ago | |
stdlib.h | 18 years ago | |
string.h | 18 years ago | |
termio.h | 18 years ago | |
time.h | 18 years ago | |
unistd.h | 18 years ago | |
url.h | 18 years ago |
README
This directory emulates the /usr/include function when
compiling what could be called 'out of kernel' code.
IMPORTANT! Symbolic links to sys/foo include files
must be retained. We don't muck around with more than
one version of each include file!
#include <machine/foo.h> is specially treated. Instead
of linking 'machine' as include/machine a a path is
added as an -I flag that points at the corresponding
arch/${MACHINE}/include directory. This directory then
has a symbolic link machine that points to itself '.'.
(pefo)