OSDN Git Service

Some more major updates to further superate ucLibc from the kernel
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:22:49 +0000 (19:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:22:49 +0000 (19:22 -0000)
commitffb96c090015f49059d146deefbbd7e1f6baa642
tree53229e8793e289f18a7453b144850b6583078c32
parentafb85e9d6ca1de8f1ecb267e8c30b88ba4382820
Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
 -Erik
75 files changed:
include/dirent.h
include/elf.h [new file with mode: 0644]
include/endian.h
include/features.h
include/limits.h
include/netinet/ether.h [new file with mode: 0644]
include/netinet/icmp6.h [new file with mode: 0644]
include/netinet/if_ether.h [new file with mode: 0644]
include/netinet/if_fddi.h [new file with mode: 0644]
include/netinet/if_tr.h [new file with mode: 0644]
include/netinet/igmp.h
include/netinet/in.h
include/netinet/in_systm.h
include/netinet/ip.h
include/netinet/ip6.h [new file with mode: 0644]
include/netinet/ip_icmp.h
include/netinet/tcp.h
include/netinet/udp.h
include/rpc/auth.h
include/rpc/auth_des.h
include/rpc/auth_unix.h
include/rpc/clnt.h
include/rpc/des_crypt.h [new file with mode: 0644]
include/rpc/key_prot.h [new file with mode: 0644]
include/rpc/netdb.h [new file with mode: 0644]
include/rpc/pmap_clnt.h
include/rpc/pmap_prot.h
include/rpc/pmap_rmt.h
include/rpc/rpc.h
include/rpc/rpc_des.h [new file with mode: 0644]
include/rpc/rpc_msg.h
include/rpc/svc.h
include/rpc/svc_auth.h
include/rpc/types.h
include/rpc/xdr.h
include/setjmp.h
include/signal.h
include/stdint.h [new file with mode: 0644]
include/stdlib.h
include/sys/bitypes.h
include/sys/ioctl.h
include/sys/select.h [new file with mode: 0644]
include/sys/socket.h
include/sys/socketvar.h
include/sys/stat.h
include/sys/sysmacros.h [new file with mode: 0644]
include/sys/time.h
include/sys/ttydefaults.h [new file with mode: 0644]
include/sys/types.h
include/sys/wait.h
libc/sysdeps/linux/i386/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/dirent.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/in.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/ioctl-types.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/ioctls.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/local_lim.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/posix1_lim.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/posix2_lim.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/select.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/sigaction.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/sigcontext.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/siginfo.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/signum.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/sigstack.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/sigthread.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/sockaddr.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/socket.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/stdio_lim.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/time.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/types.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/xopen_lim.h [new file with mode: 0644]
libc/sysdeps/linux/i386/setjmp.S