]> Git Repo - uclibc-ng.git/commit
Major rework of the include files to eliminate redundancy
authorEric Andersen <[email protected]>
Fri, 1 Mar 2002 20:46:26 +0000 (20:46 -0000)
committerEric Andersen <[email protected]>
Fri, 1 Mar 2002 20:46:26 +0000 (20:46 -0000)
commit9cee42f10dbc5b33866ff137b926a74abd7c1a5b
tree5211131bde7212ae06d98e9779197cece9b552cc
parent5b470cfcc321c5d50b951fa93a769a4a193ccece
Major rework of the include files to eliminate redundancy
and to better support each arch.  This is a really big patch...
 -Erik
654 files changed:
include/.cvsignore [new file with mode: 0644]
include/signal.h
include/sys/io.h [deleted file]
include/sys/perm.h [deleted file]
include/sys/procfs.h [deleted file]
include/sys/ptrace.h [deleted file]
include/sys/ucontext.h [deleted file]
include/sys/user.h [deleted file]
libc/sysdeps/linux/arm/bits/byteswap.h [deleted file]
libc/sysdeps/linux/arm/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/arm/bits/confname.h [deleted file]
libc/sysdeps/linux/arm/bits/dirent.h [deleted file]
libc/sysdeps/linux/arm/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/arm/bits/elfclass.h [deleted file]
libc/sysdeps/linux/arm/bits/environments.h [deleted file]
libc/sysdeps/linux/arm/bits/errno.h [deleted file]
libc/sysdeps/linux/arm/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/arm/bits/in.h [deleted file]
libc/sysdeps/linux/arm/bits/initspin.h [deleted file]
libc/sysdeps/linux/arm/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/arm/bits/ioctls.h [deleted file]
libc/sysdeps/linux/arm/bits/ipc.h [deleted file]
libc/sysdeps/linux/arm/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/arm/bits/local_lim.h [deleted file]
libc/sysdeps/linux/arm/bits/locale.h [deleted file]
libc/sysdeps/linux/arm/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/arm/bits/mathinline.h [deleted file]
libc/sysdeps/linux/arm/bits/msq.h [deleted file]
libc/sysdeps/linux/arm/bits/nan.h [deleted file]
libc/sysdeps/linux/arm/bits/netdb.h [deleted file]
libc/sysdeps/linux/arm/bits/poll.h [deleted file]
libc/sysdeps/linux/arm/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/arm/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/arm/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/arm/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/arm/bits/sched.h [deleted file]
libc/sysdeps/linux/arm/bits/select.h [deleted file]
libc/sysdeps/linux/arm/bits/sem.h [deleted file]
libc/sysdeps/linux/arm/bits/shm.h [deleted file]
libc/sysdeps/linux/arm/bits/sigaction.h [deleted file]
libc/sysdeps/linux/arm/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/arm/bits/siginfo.h [deleted file]
libc/sysdeps/linux/arm/bits/signum.h [deleted file]
libc/sysdeps/linux/arm/bits/sigset.h [deleted file]
libc/sysdeps/linux/arm/bits/sigstack.h [deleted file]
libc/sysdeps/linux/arm/bits/sigthread.h [deleted file]
libc/sysdeps/linux/arm/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/arm/bits/socket.h [deleted file]
libc/sysdeps/linux/arm/bits/stab.def [deleted file]
libc/sysdeps/linux/arm/bits/stat.h [deleted file]
libc/sysdeps/linux/arm/bits/statfs.h [deleted file]
libc/sysdeps/linux/arm/bits/statvfs.h [deleted file]
libc/sysdeps/linux/arm/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/arm/bits/stdio.h [deleted file]
libc/sysdeps/linux/arm/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/arm/bits/string2.h [deleted file]
libc/sysdeps/linux/arm/bits/stropts.h [deleted file]
libc/sysdeps/linux/arm/bits/termios.h [deleted file]
libc/sysdeps/linux/arm/bits/time.h [deleted file]
libc/sysdeps/linux/arm/bits/types.h [deleted file]
libc/sysdeps/linux/arm/bits/uio.h [deleted file]
libc/sysdeps/linux/arm/bits/ustat.h [deleted file]
libc/sysdeps/linux/arm/bits/utmp.h [deleted file]
libc/sysdeps/linux/arm/bits/utmpx.h [deleted file]
libc/sysdeps/linux/arm/bits/utsname.h [deleted file]
libc/sysdeps/linux/arm/bits/waitflags.h [deleted file]
libc/sysdeps/linux/arm/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/arm/bits/wchar.h [deleted file]
libc/sysdeps/linux/arm/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/arm/sys/elf.h [new file with mode: 0644]
libc/sysdeps/linux/arm/sys/io.h [new file with mode: 0644]
libc/sysdeps/linux/arm/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/arm/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/arm/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/cmathcalls.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/confname.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/dirent.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/dlfcn.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/elfclass.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/environments.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/errno.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/fenvinline.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/huge_val.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/in.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/initspin.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/ioctl-types.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/ioctls.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/libc-lock.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/local_lim.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/locale.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/mathcalls.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/mathdef.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/mathinline.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/msq.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/nan.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/netdb.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/poll.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/posix1_lim.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/posix2_lim.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/posix_opt.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/pthreadtypes.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sched.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/select.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sem.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sigaction.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sigcontext.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/siginfo.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/signum.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sigset.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sigstack.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sigthread.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/sockaddr.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/socket.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stab.def [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/statfs.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/statvfs.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stdio-lock.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stdio.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stdio_lim.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/string.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/string2.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/stropts.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/termios.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/time.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/types.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/uio.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/ustat.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/utmp.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/utmpx.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/utsname.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/waitflags.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/waitstatus.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/wchar.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/xopen_lim.h [new file with mode: 0644]
libc/sysdeps/linux/common/sys/ptrace.h [new file with mode: 0644]
libc/sysdeps/linux/common/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/h8300/bits/byteswap.h [deleted file]
libc/sysdeps/linux/h8300/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/h8300/bits/confname.h [deleted file]
libc/sysdeps/linux/h8300/bits/dirent.h [deleted file]
libc/sysdeps/linux/h8300/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/h8300/bits/elfclass.h [deleted file]
libc/sysdeps/linux/h8300/bits/endian.h [deleted file]
libc/sysdeps/linux/h8300/bits/environments.h [deleted file]
libc/sysdeps/linux/h8300/bits/errno.h [deleted file]
libc/sysdeps/linux/h8300/bits/fcntl.h [deleted file]
libc/sysdeps/linux/h8300/bits/fenv.h [deleted file]
libc/sysdeps/linux/h8300/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/h8300/bits/huge_val.h [deleted file]
libc/sysdeps/linux/h8300/bits/in.h [deleted file]
libc/sysdeps/linux/h8300/bits/initspin.h [deleted file]
libc/sysdeps/linux/h8300/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/h8300/bits/ioctls.h [deleted file]
libc/sysdeps/linux/h8300/bits/ipc.h [deleted file]
libc/sysdeps/linux/h8300/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/h8300/bits/local_lim.h [deleted file]
libc/sysdeps/linux/h8300/bits/locale.h [deleted file]
libc/sysdeps/linux/h8300/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/h8300/bits/mathdef.h [deleted file]
libc/sysdeps/linux/h8300/bits/mathinline.h [deleted file]
libc/sysdeps/linux/h8300/bits/mman.h [deleted file]
libc/sysdeps/linux/h8300/bits/msq.h [deleted file]
libc/sysdeps/linux/h8300/bits/nan.h [deleted file]
libc/sysdeps/linux/h8300/bits/netdb.h [deleted file]
libc/sysdeps/linux/h8300/bits/poll.h [deleted file]
libc/sysdeps/linux/h8300/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/h8300/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/h8300/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/h8300/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/h8300/bits/resource.h [deleted file]
libc/sysdeps/linux/h8300/bits/sched.h [deleted file]
libc/sysdeps/linux/h8300/bits/select.h [deleted file]
libc/sysdeps/linux/h8300/bits/sem.h [deleted file]
libc/sysdeps/linux/h8300/bits/setjmp.h [deleted file]
libc/sysdeps/linux/h8300/bits/shm.h [deleted file]
libc/sysdeps/linux/h8300/bits/sigaction.h [deleted file]
libc/sysdeps/linux/h8300/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/h8300/bits/siginfo.h [deleted file]
libc/sysdeps/linux/h8300/bits/signum.h [deleted file]
libc/sysdeps/linux/h8300/bits/sigset.h [deleted file]
libc/sysdeps/linux/h8300/bits/sigstack.h [deleted file]
libc/sysdeps/linux/h8300/bits/sigthread.h [deleted file]
libc/sysdeps/linux/h8300/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/h8300/bits/socket.h [deleted file]
libc/sysdeps/linux/h8300/bits/stab.def [deleted file]
libc/sysdeps/linux/h8300/bits/stat.h [deleted file]
libc/sysdeps/linux/h8300/bits/statfs.h [deleted file]
libc/sysdeps/linux/h8300/bits/statvfs.h [deleted file]
libc/sysdeps/linux/h8300/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/h8300/bits/stdio.h [deleted file]
libc/sysdeps/linux/h8300/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/h8300/bits/string.h [deleted file]
libc/sysdeps/linux/h8300/bits/string2.h [deleted file]
libc/sysdeps/linux/h8300/bits/stropts.h [deleted file]
libc/sysdeps/linux/h8300/bits/termios.h [deleted file]
libc/sysdeps/linux/h8300/bits/time.h [deleted file]
libc/sysdeps/linux/h8300/bits/types.h [deleted file]
libc/sysdeps/linux/h8300/bits/uio.h [deleted file]
libc/sysdeps/linux/h8300/bits/ustat.h [deleted file]
libc/sysdeps/linux/h8300/bits/utmp.h [deleted file]
libc/sysdeps/linux/h8300/bits/utmpx.h [deleted file]
libc/sysdeps/linux/h8300/bits/utsname.h [deleted file]
libc/sysdeps/linux/h8300/bits/waitflags.h [deleted file]
libc/sysdeps/linux/h8300/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/h8300/bits/wchar.h [deleted file]
libc/sysdeps/linux/h8300/bits/wordsize.h [deleted file]
libc/sysdeps/linux/h8300/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/bits/byteswap.h
libc/sysdeps/linux/i386/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/i386/bits/confname.h [deleted file]
libc/sysdeps/linux/i386/bits/dirent.h [deleted file]
libc/sysdeps/linux/i386/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/i386/bits/elfclass.h [deleted file]
libc/sysdeps/linux/i386/bits/environments.h [deleted file]
libc/sysdeps/linux/i386/bits/errno.h [deleted file]
libc/sysdeps/linux/i386/bits/in.h [deleted file]
libc/sysdeps/linux/i386/bits/initspin.h [deleted file]
libc/sysdeps/linux/i386/bits/io_i386.h [deleted file]
libc/sysdeps/linux/i386/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/i386/bits/ioctls.h [deleted file]
libc/sysdeps/linux/i386/bits/ipc.h [deleted file]
libc/sysdeps/linux/i386/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/i386/bits/local_lim.h [deleted file]
libc/sysdeps/linux/i386/bits/locale.h [deleted file]
libc/sysdeps/linux/i386/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/i386/bits/mathinline.h
libc/sysdeps/linux/i386/bits/msq.h [deleted file]
libc/sysdeps/linux/i386/bits/nan.h [deleted file]
libc/sysdeps/linux/i386/bits/netdb.h [deleted file]
libc/sysdeps/linux/i386/bits/poll.h [deleted file]
libc/sysdeps/linux/i386/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/i386/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/i386/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/i386/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/i386/bits/sched.h [deleted file]
libc/sysdeps/linux/i386/bits/sem.h [deleted file]
libc/sysdeps/linux/i386/bits/shm.h [deleted file]
libc/sysdeps/linux/i386/bits/sigaction.h [deleted file]
libc/sysdeps/linux/i386/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/i386/bits/siginfo.h [deleted file]
libc/sysdeps/linux/i386/bits/signum.h [deleted file]
libc/sysdeps/linux/i386/bits/sigset.h [deleted file]
libc/sysdeps/linux/i386/bits/sigstack.h [deleted file]
libc/sysdeps/linux/i386/bits/sigthread.h [deleted file]
libc/sysdeps/linux/i386/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/i386/bits/socket.h [deleted file]
libc/sysdeps/linux/i386/bits/stab.def [deleted file]
libc/sysdeps/linux/i386/bits/stat.h [deleted file]
libc/sysdeps/linux/i386/bits/statfs.h [deleted file]
libc/sysdeps/linux/i386/bits/statvfs.h [deleted file]
libc/sysdeps/linux/i386/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/i386/bits/stdio.h [deleted file]
libc/sysdeps/linux/i386/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/i386/bits/string2.h [deleted file]
libc/sysdeps/linux/i386/bits/stropts.h [deleted file]
libc/sysdeps/linux/i386/bits/termios.h [deleted file]
libc/sysdeps/linux/i386/bits/types.h [deleted file]
libc/sysdeps/linux/i386/bits/uio.h [deleted file]
libc/sysdeps/linux/i386/bits/ustat.h [deleted file]
libc/sysdeps/linux/i386/bits/utmp.h [deleted file]
libc/sysdeps/linux/i386/bits/utmpx.h [deleted file]
libc/sysdeps/linux/i386/bits/utsname.h [deleted file]
libc/sysdeps/linux/i386/bits/waitflags.h [deleted file]
libc/sysdeps/linux/i386/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/i386/bits/wchar.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/i386/reg.h [deleted file]
libc/sysdeps/linux/i386/sys/debugreg.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/elf.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/io.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/perm.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/reg.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/i386/sys/vm86.h [new file with mode: 0644]
libc/sysdeps/linux/i386/vm86.h [deleted file]
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/m68k/bits/byteswap.h
libc/sysdeps/linux/m68k/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/m68k/bits/confname.h [deleted file]
libc/sysdeps/linux/m68k/bits/dirent.h [deleted file]
libc/sysdeps/linux/m68k/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/m68k/bits/elfclass.h [deleted file]
libc/sysdeps/linux/m68k/bits/environments.h [deleted file]
libc/sysdeps/linux/m68k/bits/errno.h [deleted file]
libc/sysdeps/linux/m68k/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/m68k/bits/in.h [deleted file]
libc/sysdeps/linux/m68k/bits/initspin.h [deleted file]
libc/sysdeps/linux/m68k/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/m68k/bits/ioctls.h [deleted file]
libc/sysdeps/linux/m68k/bits/ipc.h [deleted file]
libc/sysdeps/linux/m68k/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/m68k/bits/local_lim.h [deleted file]
libc/sysdeps/linux/m68k/bits/locale.h [deleted file]
libc/sysdeps/linux/m68k/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/m68k/bits/msq.h [deleted file]
libc/sysdeps/linux/m68k/bits/nan.h [deleted file]
libc/sysdeps/linux/m68k/bits/netdb.h [deleted file]
libc/sysdeps/linux/m68k/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/m68k/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/m68k/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/m68k/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/m68k/bits/resource.h
libc/sysdeps/linux/m68k/bits/sched.h [deleted file]
libc/sysdeps/linux/m68k/bits/select.h [deleted file]
libc/sysdeps/linux/m68k/bits/sem.h [deleted file]
libc/sysdeps/linux/m68k/bits/setjmp.h
libc/sysdeps/linux/m68k/bits/shm.h [deleted file]
libc/sysdeps/linux/m68k/bits/sigaction.h [deleted file]
libc/sysdeps/linux/m68k/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/m68k/bits/siginfo.h [deleted file]
libc/sysdeps/linux/m68k/bits/signum.h [deleted file]
libc/sysdeps/linux/m68k/bits/sigset.h [deleted file]
libc/sysdeps/linux/m68k/bits/sigstack.h [deleted file]
libc/sysdeps/linux/m68k/bits/sigthread.h [deleted file]
libc/sysdeps/linux/m68k/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/m68k/bits/socket.h [deleted file]
libc/sysdeps/linux/m68k/bits/stab.def [deleted file]
libc/sysdeps/linux/m68k/bits/statfs.h [deleted file]
libc/sysdeps/linux/m68k/bits/statvfs.h [deleted file]
libc/sysdeps/linux/m68k/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/m68k/bits/stdio.h [deleted file]
libc/sysdeps/linux/m68k/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/m68k/bits/string.h [deleted file]
libc/sysdeps/linux/m68k/bits/string2.h [deleted file]
libc/sysdeps/linux/m68k/bits/stropts.h [deleted file]
libc/sysdeps/linux/m68k/bits/termios.h [deleted file]
libc/sysdeps/linux/m68k/bits/time.h [deleted file]
libc/sysdeps/linux/m68k/bits/types.h [deleted file]
libc/sysdeps/linux/m68k/bits/uio.h [deleted file]
libc/sysdeps/linux/m68k/bits/ustat.h [deleted file]
libc/sysdeps/linux/m68k/bits/utmp.h [deleted file]
libc/sysdeps/linux/m68k/bits/utmpx.h [deleted file]
libc/sysdeps/linux/m68k/bits/utsname.h [deleted file]
libc/sysdeps/linux/m68k/bits/waitflags.h [deleted file]
libc/sysdeps/linux/m68k/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/m68k/bits/wchar.h [deleted file]
libc/sysdeps/linux/m68k/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/m68k/reg.h [deleted file]
libc/sysdeps/linux/m68k/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/m68k/sys/reg.h [new file with mode: 0644]
libc/sysdeps/linux/m68k/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/mips/bits/byteswap.h [deleted file]
libc/sysdeps/linux/mips/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/mips/bits/confname.h [deleted file]
libc/sysdeps/linux/mips/bits/dirent.h [deleted file]
libc/sysdeps/linux/mips/bits/dlfcn.h
libc/sysdeps/linux/mips/bits/elfclass.h [deleted file]
libc/sysdeps/linux/mips/bits/environments.h [deleted file]
libc/sysdeps/linux/mips/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/mips/bits/huge_val.h [deleted file]
libc/sysdeps/linux/mips/bits/in.h [deleted file]
libc/sysdeps/linux/mips/bits/initspin.h [deleted file]
libc/sysdeps/linux/mips/bits/ioctls.h [deleted file]
libc/sysdeps/linux/mips/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/mips/bits/local_lim.h [deleted file]
libc/sysdeps/linux/mips/bits/locale.h [deleted file]
libc/sysdeps/linux/mips/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/mips/bits/mathdef.h [deleted file]
libc/sysdeps/linux/mips/bits/mathinline.h [deleted file]
libc/sysdeps/linux/mips/bits/msq.h [deleted file]
libc/sysdeps/linux/mips/bits/nan.h [deleted file]
libc/sysdeps/linux/mips/bits/netdb.h [deleted file]
libc/sysdeps/linux/mips/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/mips/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/mips/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/mips/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/mips/bits/sched.h [deleted file]
libc/sysdeps/linux/mips/bits/select.h [deleted file]
libc/sysdeps/linux/mips/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/mips/bits/sigset.h [deleted file]
libc/sysdeps/linux/mips/bits/sigthread.h [deleted file]
libc/sysdeps/linux/mips/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/mips/bits/stab.def [deleted file]
libc/sysdeps/linux/mips/bits/statvfs.h [deleted file]
libc/sysdeps/linux/mips/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/mips/bits/stdio.h [deleted file]
libc/sysdeps/linux/mips/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/mips/bits/string.h [deleted file]
libc/sysdeps/linux/mips/bits/string2.h [deleted file]
libc/sysdeps/linux/mips/bits/stropts.h [deleted file]
libc/sysdeps/linux/mips/bits/time.h [deleted file]
libc/sysdeps/linux/mips/bits/uio.h [deleted file]
libc/sysdeps/linux/mips/bits/ustat.h [deleted file]
libc/sysdeps/linux/mips/bits/utmp.h [deleted file]
libc/sysdeps/linux/mips/bits/utmpx.h [deleted file]
libc/sysdeps/linux/mips/bits/utsname.h [deleted file]
libc/sysdeps/linux/mips/bits/waitflags.h [deleted file]
libc/sysdeps/linux/mips/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/mips/bits/wchar.h [deleted file]
libc/sysdeps/linux/mips/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/mips/sys/cachectl.h [new file with mode: 0644]
libc/sysdeps/linux/mips/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/mips/sys/sysmips.h [new file with mode: 0644]
libc/sysdeps/linux/mips/sys/tas.h [new file with mode: 0644]
libc/sysdeps/linux/mips/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/bits/byteswap.h [deleted file]
libc/sysdeps/linux/powerpc/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/powerpc/bits/confname.h [deleted file]
libc/sysdeps/linux/powerpc/bits/dirent.h [deleted file]
libc/sysdeps/linux/powerpc/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/powerpc/bits/elfclass.h [deleted file]
libc/sysdeps/linux/powerpc/bits/environments.h [deleted file]
libc/sysdeps/linux/powerpc/bits/errno.h [deleted file]
libc/sysdeps/linux/powerpc/bits/huge_val.h [deleted file]
libc/sysdeps/linux/powerpc/bits/in.h [deleted file]
libc/sysdeps/linux/powerpc/bits/initspin.h [deleted file]
libc/sysdeps/linux/powerpc/bits/ioctls.h [deleted file]
libc/sysdeps/linux/powerpc/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/powerpc/bits/local_lim.h [deleted file]
libc/sysdeps/linux/powerpc/bits/locale.h [deleted file]
libc/sysdeps/linux/powerpc/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/powerpc/bits/nan.h [deleted file]
libc/sysdeps/linux/powerpc/bits/netdb.h [deleted file]
libc/sysdeps/linux/powerpc/bits/poll.h [deleted file]
libc/sysdeps/linux/powerpc/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/powerpc/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/powerpc/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/powerpc/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sched.h [deleted file]
libc/sysdeps/linux/powerpc/bits/select.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sigaction.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/powerpc/bits/siginfo.h [deleted file]
libc/sysdeps/linux/powerpc/bits/signum.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sigset.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sigstack.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sigthread.h [deleted file]
libc/sysdeps/linux/powerpc/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/powerpc/bits/socket.h [deleted file]
libc/sysdeps/linux/powerpc/bits/statfs.h [deleted file]
libc/sysdeps/linux/powerpc/bits/statvfs.h [deleted file]
libc/sysdeps/linux/powerpc/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/powerpc/bits/stdio.h [deleted file]
libc/sysdeps/linux/powerpc/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/powerpc/bits/string.h [deleted file]
libc/sysdeps/linux/powerpc/bits/string2.h [deleted file]
libc/sysdeps/linux/powerpc/bits/stropts.h [deleted file]
libc/sysdeps/linux/powerpc/bits/termios.h
libc/sysdeps/linux/powerpc/bits/time.h [deleted file]
libc/sysdeps/linux/powerpc/bits/types.h [deleted file]
libc/sysdeps/linux/powerpc/bits/uio.h [deleted file]
libc/sysdeps/linux/powerpc/bits/ustat.h [deleted file]
libc/sysdeps/linux/powerpc/bits/utmp.h [deleted file]
libc/sysdeps/linux/powerpc/bits/utmpx.h [deleted file]
libc/sysdeps/linux/powerpc/bits/utsname.h [deleted file]
libc/sysdeps/linux/powerpc/bits/waitflags.h [deleted file]
libc/sysdeps/linux/powerpc/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/powerpc/bits/wchar.h [deleted file]
libc/sysdeps/linux/powerpc/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/powerpc/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/sys/ptrace.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/sh/bits/byteswap.h [deleted file]
libc/sysdeps/linux/sh/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/sh/bits/confname.h [deleted file]
libc/sysdeps/linux/sh/bits/dirent.h [deleted file]
libc/sysdeps/linux/sh/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/sh/bits/elfclass.h [deleted file]
libc/sysdeps/linux/sh/bits/environments.h [deleted file]
libc/sysdeps/linux/sh/bits/errno.h [deleted file]
libc/sysdeps/linux/sh/bits/fenv.h [deleted file]
libc/sysdeps/linux/sh/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/sh/bits/huge_val.h
libc/sysdeps/linux/sh/bits/in.h [deleted file]
libc/sysdeps/linux/sh/bits/initspin.h [deleted file]
libc/sysdeps/linux/sh/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/sh/bits/ioctls.h [deleted file]
libc/sysdeps/linux/sh/bits/ipc.h [deleted file]
libc/sysdeps/linux/sh/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/sh/bits/local_lim.h [deleted file]
libc/sysdeps/linux/sh/bits/locale.h [deleted file]
libc/sysdeps/linux/sh/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/sh/bits/mathdef.h [deleted file]
libc/sysdeps/linux/sh/bits/mathinline.h [deleted file]
libc/sysdeps/linux/sh/bits/msq.h [deleted file]
libc/sysdeps/linux/sh/bits/nan.h [deleted file]
libc/sysdeps/linux/sh/bits/netdb.h [deleted file]
libc/sysdeps/linux/sh/bits/poll.h [deleted file]
libc/sysdeps/linux/sh/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/sh/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/sh/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/sh/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/sh/bits/sched.h [deleted file]
libc/sysdeps/linux/sh/bits/select.h [deleted file]
libc/sysdeps/linux/sh/bits/sem.h [deleted file]
libc/sysdeps/linux/sh/bits/shm.h [deleted file]
libc/sysdeps/linux/sh/bits/sigaction.h [deleted file]
libc/sysdeps/linux/sh/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/sh/bits/siginfo.h [deleted file]
libc/sysdeps/linux/sh/bits/signum.h [deleted file]
libc/sysdeps/linux/sh/bits/sigset.h [deleted file]
libc/sysdeps/linux/sh/bits/sigstack.h [deleted file]
libc/sysdeps/linux/sh/bits/sigthread.h [deleted file]
libc/sysdeps/linux/sh/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/sh/bits/socket.h [deleted file]
libc/sysdeps/linux/sh/bits/stab.def [deleted file]
libc/sysdeps/linux/sh/bits/stat.h [deleted file]
libc/sysdeps/linux/sh/bits/statfs.h [deleted file]
libc/sysdeps/linux/sh/bits/statvfs.h [deleted file]
libc/sysdeps/linux/sh/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/sh/bits/stdio.h [deleted file]
libc/sysdeps/linux/sh/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/sh/bits/string.h [deleted file]
libc/sysdeps/linux/sh/bits/string2.h [deleted file]
libc/sysdeps/linux/sh/bits/stropts.h [deleted file]
libc/sysdeps/linux/sh/bits/termios.h [deleted file]
libc/sysdeps/linux/sh/bits/time.h [deleted file]
libc/sysdeps/linux/sh/bits/types.h [deleted file]
libc/sysdeps/linux/sh/bits/uio.h [deleted file]
libc/sysdeps/linux/sh/bits/ustat.h [deleted file]
libc/sysdeps/linux/sh/bits/utmp.h [deleted file]
libc/sysdeps/linux/sh/bits/utmpx.h [deleted file]
libc/sysdeps/linux/sh/bits/utsname.h [deleted file]
libc/sysdeps/linux/sh/bits/waitflags.h [deleted file]
libc/sysdeps/linux/sh/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/sh/bits/wchar.h [deleted file]
libc/sysdeps/linux/sh/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/sh/sys/io.h [new file with mode: 0644]
libc/sysdeps/linux/sh/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/sh/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/bits/byteswap.h [deleted file]
libc/sysdeps/linux/sparc/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/sparc/bits/confname.h [deleted file]
libc/sysdeps/linux/sparc/bits/dirent.h [deleted file]
libc/sysdeps/linux/sparc/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/sparc/bits/elfclass.h [deleted file]
libc/sysdeps/linux/sparc/bits/environments.h [deleted file]
libc/sysdeps/linux/sparc/bits/errno.h [deleted file]
libc/sysdeps/linux/sparc/bits/fenvinline.h [deleted file]
libc/sysdeps/linux/sparc/bits/huge_val.h [deleted file]
libc/sysdeps/linux/sparc/bits/in.h [deleted file]
libc/sysdeps/linux/sparc/bits/initspin.h [deleted file]
libc/sysdeps/linux/sparc/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/sparc/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/sparc/bits/local_lim.h [deleted file]
libc/sysdeps/linux/sparc/bits/locale.h [deleted file]
libc/sysdeps/linux/sparc/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/sparc/bits/mathinline.h
libc/sysdeps/linux/sparc/bits/nan.h [deleted file]
libc/sysdeps/linux/sparc/bits/netdb.h [deleted file]
libc/sysdeps/linux/sparc/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/sparc/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/sparc/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/sparc/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/sparc/bits/sched.h [deleted file]
libc/sysdeps/linux/sparc/bits/select.h [deleted file]
libc/sysdeps/linux/sparc/bits/sigset.h [deleted file]
libc/sysdeps/linux/sparc/bits/sigstack.h [deleted file]
libc/sysdeps/linux/sparc/bits/sigthread.h [deleted file]
libc/sysdeps/linux/sparc/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/sparc/bits/stab.def [deleted file]
libc/sysdeps/linux/sparc/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/sparc/bits/stdio.h [deleted file]
libc/sysdeps/linux/sparc/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/sparc/bits/string2.h [deleted file]
libc/sysdeps/linux/sparc/bits/stropts.h [deleted file]
libc/sysdeps/linux/sparc/bits/uio.h [deleted file]
libc/sysdeps/linux/sparc/bits/ustat.h [deleted file]
libc/sysdeps/linux/sparc/bits/utmp.h [deleted file]
libc/sysdeps/linux/sparc/bits/utmpx.h [deleted file]
libc/sysdeps/linux/sparc/bits/utsname.h [deleted file]
libc/sysdeps/linux/sparc/bits/waitflags.h [deleted file]
libc/sysdeps/linux/sparc/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/sparc/bits/wchar.h [deleted file]
libc/sysdeps/linux/sparc/bits/wordsize.h
libc/sysdeps/linux/sparc/bits/xopen_lim.h [deleted file]
libc/sysdeps/linux/sparc/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/sys/ptrace.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/sys/sysmacros.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/sys/trap.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/byteswap.h [deleted file]
libc/sysdeps/linux/v850/bits/cmathcalls.h [deleted file]
libc/sysdeps/linux/v850/bits/confname.h [deleted file]
libc/sysdeps/linux/v850/bits/dirent.h [deleted file]
libc/sysdeps/linux/v850/bits/dlfcn.h [deleted file]
libc/sysdeps/linux/v850/bits/elfclass.h [deleted file]
libc/sysdeps/linux/v850/bits/endian.h [deleted file]
libc/sysdeps/linux/v850/bits/environments.h [deleted file]
libc/sysdeps/linux/v850/bits/errno.h [deleted file]
libc/sysdeps/linux/v850/bits/fcntl.h [deleted file]
libc/sysdeps/linux/v850/bits/fenv.h [deleted file]
libc/sysdeps/linux/v850/bits/huge_val.h [deleted file]
libc/sysdeps/linux/v850/bits/in.h [deleted file]
libc/sysdeps/linux/v850/bits/ioctl-types.h [deleted file]
libc/sysdeps/linux/v850/bits/ioctls.h [deleted file]
libc/sysdeps/linux/v850/bits/ipc.h [deleted file]
libc/sysdeps/linux/v850/bits/libc-lock.h [deleted file]
libc/sysdeps/linux/v850/bits/local_lim.h [deleted file]
libc/sysdeps/linux/v850/bits/mathcalls.h [deleted file]
libc/sysdeps/linux/v850/bits/mathdef.h [deleted file]
libc/sysdeps/linux/v850/bits/mathinline.h [deleted file]
libc/sysdeps/linux/v850/bits/mman.h [deleted file]
libc/sysdeps/linux/v850/bits/msq.h [deleted file]
libc/sysdeps/linux/v850/bits/nan.h [deleted file]
libc/sysdeps/linux/v850/bits/netdb.h [deleted file]
libc/sysdeps/linux/v850/bits/poll.h [deleted file]
libc/sysdeps/linux/v850/bits/posix1_lim.h [deleted file]
libc/sysdeps/linux/v850/bits/posix2_lim.h [deleted file]
libc/sysdeps/linux/v850/bits/posix_opt.h [deleted file]
libc/sysdeps/linux/v850/bits/pthreadtypes.h [deleted file]
libc/sysdeps/linux/v850/bits/resource.h [deleted file]
libc/sysdeps/linux/v850/bits/sched.h [deleted file]
libc/sysdeps/linux/v850/bits/select.h [deleted file]
libc/sysdeps/linux/v850/bits/sem.h [deleted file]
libc/sysdeps/linux/v850/bits/setjmp.h [deleted file]
libc/sysdeps/linux/v850/bits/shm.h [deleted file]
libc/sysdeps/linux/v850/bits/sigaction.h [deleted file]
libc/sysdeps/linux/v850/bits/sigcontext.h [deleted file]
libc/sysdeps/linux/v850/bits/siginfo.h [deleted file]
libc/sysdeps/linux/v850/bits/signum.h [deleted file]
libc/sysdeps/linux/v850/bits/sigset.h [deleted file]
libc/sysdeps/linux/v850/bits/sigstack.h [deleted file]
libc/sysdeps/linux/v850/bits/sigthread.h [deleted file]
libc/sysdeps/linux/v850/bits/sockaddr.h [deleted file]
libc/sysdeps/linux/v850/bits/socket.h [deleted file]
libc/sysdeps/linux/v850/bits/stab.def [deleted file]
libc/sysdeps/linux/v850/bits/stat.h [deleted file]
libc/sysdeps/linux/v850/bits/statfs.h [deleted file]
libc/sysdeps/linux/v850/bits/statvfs.h [deleted file]
libc/sysdeps/linux/v850/bits/stdio-lock.h [deleted file]
libc/sysdeps/linux/v850/bits/stdio.h [deleted file]
libc/sysdeps/linux/v850/bits/stdio_lim.h [deleted file]
libc/sysdeps/linux/v850/bits/string.h [deleted file]
libc/sysdeps/linux/v850/bits/string2.h [deleted file]
libc/sysdeps/linux/v850/bits/stropts.h [deleted file]
libc/sysdeps/linux/v850/bits/termios.h [deleted file]
libc/sysdeps/linux/v850/bits/time.h [deleted file]
libc/sysdeps/linux/v850/bits/types.h [deleted file]
libc/sysdeps/linux/v850/bits/uio.h [deleted file]
libc/sysdeps/linux/v850/bits/ustat.h [deleted file]
libc/sysdeps/linux/v850/bits/utmp.h [deleted file]
libc/sysdeps/linux/v850/bits/utmpx.h [deleted file]
libc/sysdeps/linux/v850/bits/utsname.h [deleted file]
libc/sysdeps/linux/v850/bits/waitflags.h [deleted file]
libc/sysdeps/linux/v850/bits/waitstatus.h [deleted file]
libc/sysdeps/linux/v850/bits/wordsize.h [deleted file]
libc/sysdeps/linux/v850/bits/xopen_lim.h [deleted file]
This page took 0.17857 seconds and 4 git commands to generate.