From 9cee42f10dbc5b33866ff137b926a74abd7c1a5b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Mar 2002 20:46:26 +0000 Subject: Major rework of the include files to eliminate redundancy and to better support each arch. This is a really big patch... -Erik --- include/.cvsignore | 1 + include/signal.h | 2 +- include/sys/io.h | 60 -- include/sys/perm.h | 36 - include/sys/procfs.h | 123 --- include/sys/ptrace.h | 129 --- include/sys/ucontext.h | 94 -- include/sys/user.h | 72 -- libc/sysdeps/linux/arm/bits/byteswap.h | 79 -- libc/sysdeps/linux/arm/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/arm/bits/confname.h | 566 ----------- libc/sysdeps/linux/arm/bits/dirent.h | 55 -- libc/sysdeps/linux/arm/bits/dlfcn.h | 59 -- libc/sysdeps/linux/arm/bits/elfclass.h | 14 - libc/sysdeps/linux/arm/bits/environments.h | 75 -- libc/sysdeps/linux/arm/bits/errno.h | 60 -- libc/sysdeps/linux/arm/bits/fenvinline.h | 8 - libc/sysdeps/linux/arm/bits/in.h | 141 --- libc/sysdeps/linux/arm/bits/initspin.h | 28 - libc/sysdeps/linux/arm/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/arm/bits/ioctls.h | 108 -- libc/sysdeps/linux/arm/bits/ipc.h | 56 -- libc/sysdeps/linux/arm/bits/libc-lock.h | 317 ------ libc/sysdeps/linux/arm/bits/local_lim.h | 77 -- libc/sysdeps/linux/arm/bits/locale.h | 44 - libc/sysdeps/linux/arm/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/arm/bits/mathinline.h | 12 - libc/sysdeps/linux/arm/bits/msq.h | 77 -- libc/sysdeps/linux/arm/bits/nan.h | 48 - libc/sysdeps/linux/arm/bits/netdb.h | 33 - libc/sysdeps/linux/arm/bits/poll.h | 48 - libc/sysdeps/linux/arm/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/arm/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/arm/bits/posix_opt.h | 141 --- libc/sysdeps/linux/arm/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/arm/bits/sched.h | 73 -- libc/sysdeps/linux/arm/bits/select.h | 35 - libc/sysdeps/linux/arm/bits/sem.h | 87 -- libc/sysdeps/linux/arm/bits/shm.h | 93 -- libc/sysdeps/linux/arm/bits/sigaction.h | 77 -- libc/sysdeps/linux/arm/bits/sigcontext.h | 29 - libc/sysdeps/linux/arm/bits/siginfo.h | 306 ------ libc/sysdeps/linux/arm/bits/signum.h | 80 -- libc/sysdeps/linux/arm/bits/sigset.h | 125 --- libc/sysdeps/linux/arm/bits/sigstack.h | 55 -- libc/sysdeps/linux/arm/bits/sigthread.h | 38 - libc/sysdeps/linux/arm/bits/sockaddr.h | 40 - libc/sysdeps/linux/arm/bits/socket.h | 315 ------ libc/sysdeps/linux/arm/bits/stab.def | 234 ----- libc/sysdeps/linux/arm/bits/stat.h | 134 --- libc/sysdeps/linux/arm/bits/statfs.h | 64 -- libc/sysdeps/linux/arm/bits/statvfs.h | 99 -- libc/sysdeps/linux/arm/bits/stdio-lock.h | 50 - libc/sysdeps/linux/arm/bits/stdio.h | 24 - libc/sysdeps/linux/arm/bits/stdio_lim.h | 41 - libc/sysdeps/linux/arm/bits/string2.h | 1239 ----------------------- libc/sysdeps/linux/arm/bits/stropts.h | 227 ----- libc/sysdeps/linux/arm/bits/termios.h | 213 ---- libc/sysdeps/linux/arm/bits/time.h | 69 -- libc/sysdeps/linux/arm/bits/types.h | 146 --- libc/sysdeps/linux/arm/bits/uio.h | 46 - libc/sysdeps/linux/arm/bits/ustat.h | 27 - libc/sysdeps/linux/arm/bits/utmp.h | 106 -- libc/sysdeps/linux/arm/bits/utmpx.h | 89 -- libc/sysdeps/linux/arm/bits/utsname.h | 29 - libc/sysdeps/linux/arm/bits/waitflags.h | 30 - libc/sysdeps/linux/arm/bits/waitstatus.h | 104 -- libc/sysdeps/linux/arm/bits/wchar.h | 26 - libc/sysdeps/linux/arm/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/arm/sys/elf.h | 26 + libc/sysdeps/linux/arm/sys/io.h | 48 + libc/sysdeps/linux/arm/sys/procfs.h | 123 +++ libc/sysdeps/linux/arm/sys/ucontext.h | 94 ++ libc/sysdeps/linux/arm/sys/user.h | 72 ++ libc/sysdeps/linux/common/bits/byteswap.h | 84 ++ libc/sysdeps/linux/common/bits/cmathcalls.h | 158 +++ libc/sysdeps/linux/common/bits/confname.h | 566 +++++++++++ libc/sysdeps/linux/common/bits/dirent.h | 59 ++ libc/sysdeps/linux/common/bits/dlfcn.h | 64 ++ libc/sysdeps/linux/common/bits/elfclass.h | 14 + libc/sysdeps/linux/common/bits/endian.h | 13 + libc/sysdeps/linux/common/bits/environments.h | 75 ++ libc/sysdeps/linux/common/bits/errno.h | 60 ++ libc/sysdeps/linux/common/bits/fcntl.h | 3 + libc/sysdeps/linux/common/bits/fenv.h | 56 ++ libc/sysdeps/linux/common/bits/fenvinline.h | 8 + libc/sysdeps/linux/common/bits/huge_val.h | 103 ++ libc/sysdeps/linux/common/bits/in.h | 141 +++ libc/sysdeps/linux/common/bits/initspin.h | 27 + libc/sysdeps/linux/common/bits/ioctl-types.h | 78 ++ libc/sysdeps/linux/common/bits/ioctls.h | 108 ++ libc/sysdeps/linux/common/bits/ipc.h | 56 ++ libc/sysdeps/linux/common/bits/libc-lock.h | 327 ++++++ libc/sysdeps/linux/common/bits/local_lim.h | 77 ++ libc/sysdeps/linux/common/bits/locale.h | 44 + libc/sysdeps/linux/common/bits/mathcalls.h | 333 +++++++ libc/sysdeps/linux/common/bits/mathdef.h | 47 + libc/sysdeps/linux/common/bits/mathinline.h | 12 + libc/sysdeps/linux/common/bits/mman.h | 87 ++ libc/sysdeps/linux/common/bits/msq.h | 77 ++ libc/sysdeps/linux/common/bits/nan.h | 48 + libc/sysdeps/linux/common/bits/netdb.h | 33 + libc/sysdeps/linux/common/bits/poll.h | 48 + libc/sysdeps/linux/common/bits/posix1_lim.h | 141 +++ libc/sysdeps/linux/common/bits/posix2_lim.h | 91 ++ libc/sysdeps/linux/common/bits/posix_opt.h | 192 ++++ libc/sysdeps/linux/common/bits/pthreadtypes.h | 144 +++ libc/sysdeps/linux/common/bits/resource.h | 208 ++++ libc/sysdeps/linux/common/bits/sched.h | 73 ++ libc/sysdeps/linux/common/bits/select.h | 35 + libc/sysdeps/linux/common/bits/sem.h | 87 ++ libc/sysdeps/linux/common/bits/setjmp.h | 7 + libc/sysdeps/linux/common/bits/shm.h | 93 ++ libc/sysdeps/linux/common/bits/sigaction.h | 77 ++ libc/sysdeps/linux/common/bits/sigcontext.h | 29 + libc/sysdeps/linux/common/bits/siginfo.h | 306 ++++++ libc/sysdeps/linux/common/bits/signum.h | 80 ++ libc/sysdeps/linux/common/bits/sigset.h | 125 +++ libc/sysdeps/linux/common/bits/sigstack.h | 55 ++ libc/sysdeps/linux/common/bits/sigthread.h | 38 + libc/sysdeps/linux/common/bits/sockaddr.h | 40 + libc/sysdeps/linux/common/bits/socket.h | 315 ++++++ libc/sysdeps/linux/common/bits/stab.def | 234 +++++ libc/sysdeps/linux/common/bits/stat.h | 134 +++ libc/sysdeps/linux/common/bits/statfs.h | 64 ++ libc/sysdeps/linux/common/bits/statvfs.h | 99 ++ libc/sysdeps/linux/common/bits/stdio-lock.h | 48 + libc/sysdeps/linux/common/bits/stdio.h | 23 + libc/sysdeps/linux/common/bits/stdio_lim.h | 41 + libc/sysdeps/linux/common/bits/string.h | 12 + libc/sysdeps/linux/common/bits/string2.h | 1265 ++++++++++++++++++++++++ libc/sysdeps/linux/common/bits/stropts.h | 227 +++++ libc/sysdeps/linux/common/bits/termios.h | 213 ++++ libc/sysdeps/linux/common/bits/time.h | 69 ++ libc/sysdeps/linux/common/bits/types.h | 146 +++ libc/sysdeps/linux/common/bits/uio.h | 46 + libc/sysdeps/linux/common/bits/ustat.h | 27 + libc/sysdeps/linux/common/bits/utmp.h | 106 ++ libc/sysdeps/linux/common/bits/utmpx.h | 89 ++ libc/sysdeps/linux/common/bits/utsname.h | 29 + libc/sysdeps/linux/common/bits/waitflags.h | 30 + libc/sysdeps/linux/common/bits/waitstatus.h | 104 ++ libc/sysdeps/linux/common/bits/wchar.h | 26 + libc/sysdeps/linux/common/bits/wordsize.h | 1 + libc/sysdeps/linux/common/bits/xopen_lim.h | 144 +++ libc/sysdeps/linux/common/sys/ptrace.h | 129 +++ libc/sysdeps/linux/common/sys/user.h | 1 + libc/sysdeps/linux/h8300/Makefile | 5 - libc/sysdeps/linux/h8300/bits/byteswap.h | 67 -- libc/sysdeps/linux/h8300/bits/cmathcalls.h | 159 --- libc/sysdeps/linux/h8300/bits/confname.h | 566 ----------- libc/sysdeps/linux/h8300/bits/dirent.h | 62 -- libc/sysdeps/linux/h8300/bits/dlfcn.h | 37 - libc/sysdeps/linux/h8300/bits/elfclass.h | 11 - libc/sysdeps/linux/h8300/bits/endian.h | 7 - libc/sysdeps/linux/h8300/bits/environments.h | 59 -- libc/sysdeps/linux/h8300/bits/errno.h | 64 -- libc/sysdeps/linux/h8300/bits/fcntl.h | 141 --- libc/sysdeps/linux/h8300/bits/fenv.h | 79 -- libc/sysdeps/linux/h8300/bits/fenvinline.h | 8 - libc/sysdeps/linux/h8300/bits/huge_val.h | 75 -- libc/sysdeps/linux/h8300/bits/in.h | 128 --- libc/sysdeps/linux/h8300/bits/initspin.h | 28 - libc/sysdeps/linux/h8300/bits/ioctl-types.h | 77 -- libc/sysdeps/linux/h8300/bits/ioctls.h | 108 -- libc/sysdeps/linux/h8300/bits/ipc.h | 50 - libc/sysdeps/linux/h8300/bits/libc-lock.h | 214 ---- libc/sysdeps/linux/h8300/bits/local_lim.h | 55 -- libc/sysdeps/linux/h8300/bits/locale.h | 44 - libc/sysdeps/linux/h8300/bits/mathcalls.h | 336 ------- libc/sysdeps/linux/h8300/bits/mathdef.h | 47 - libc/sysdeps/linux/h8300/bits/mathinline.h | 525 ---------- libc/sysdeps/linux/h8300/bits/mman.h | 75 -- libc/sysdeps/linux/h8300/bits/msq.h | 70 -- libc/sysdeps/linux/h8300/bits/nan.h | 48 - libc/sysdeps/linux/h8300/bits/netdb.h | 33 - libc/sysdeps/linux/h8300/bits/poll.h | 51 - libc/sysdeps/linux/h8300/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/h8300/bits/posix2_lim.h | 100 -- libc/sysdeps/linux/h8300/bits/posix_opt.h | 110 --- libc/sysdeps/linux/h8300/bits/pthreadtypes.h | 122 --- libc/sysdeps/linux/h8300/bits/resource.h | 204 ---- libc/sysdeps/linux/h8300/bits/sched.h | 73 -- libc/sysdeps/linux/h8300/bits/select.h | 109 -- libc/sysdeps/linux/h8300/bits/sem.h | 88 -- libc/sysdeps/linux/h8300/bits/setjmp.h | 43 - libc/sysdeps/linux/h8300/bits/shm.h | 84 -- libc/sysdeps/linux/h8300/bits/sigaction.h | 77 -- libc/sysdeps/linux/h8300/bits/sigcontext.h | 29 - libc/sysdeps/linux/h8300/bits/siginfo.h | 279 ------ libc/sysdeps/linux/h8300/bits/signum.h | 80 -- libc/sysdeps/linux/h8300/bits/sigset.h | 125 --- libc/sysdeps/linux/h8300/bits/sigstack.h | 55 -- libc/sysdeps/linux/h8300/bits/sigthread.h | 41 - libc/sysdeps/linux/h8300/bits/sockaddr.h | 47 - libc/sysdeps/linux/h8300/bits/socket.h | 310 ------ libc/sysdeps/linux/h8300/bits/stab.def | 234 ----- libc/sysdeps/linux/h8300/bits/stat.h | 127 --- libc/sysdeps/linux/h8300/bits/statfs.h | 61 -- libc/sysdeps/linux/h8300/bits/statvfs.h | 99 -- libc/sysdeps/linux/h8300/bits/stdio-lock.h | 39 - libc/sysdeps/linux/h8300/bits/stdio.h | 168 ---- libc/sysdeps/linux/h8300/bits/stdio_lim.h | 37 - libc/sysdeps/linux/h8300/bits/string.h | 26 - libc/sysdeps/linux/h8300/bits/string2.h | 1214 ----------------------- libc/sysdeps/linux/h8300/bits/stropts.h | 219 ---- libc/sysdeps/linux/h8300/bits/termios.h | 212 ---- libc/sysdeps/linux/h8300/bits/time.h | 59 -- libc/sysdeps/linux/h8300/bits/types.h | 142 --- libc/sysdeps/linux/h8300/bits/uio.h | 46 - libc/sysdeps/linux/h8300/bits/ustat.h | 27 - libc/sysdeps/linux/h8300/bits/utmp.h | 105 -- libc/sysdeps/linux/h8300/bits/utmpx.h | 86 -- libc/sysdeps/linux/h8300/bits/utsname.h | 29 - libc/sysdeps/linux/h8300/bits/waitflags.h | 30 - libc/sysdeps/linux/h8300/bits/waitstatus.h | 104 -- libc/sysdeps/linux/h8300/bits/wchar.h | 26 - libc/sysdeps/linux/h8300/bits/wordsize.h | 19 - libc/sysdeps/linux/h8300/bits/xopen_lim.h | 96 -- libc/sysdeps/linux/i386/Makefile | 2 - libc/sysdeps/linux/i386/bits/byteswap.h | 7 +- libc/sysdeps/linux/i386/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/i386/bits/confname.h | 566 ----------- libc/sysdeps/linux/i386/bits/dirent.h | 55 -- libc/sysdeps/linux/i386/bits/dlfcn.h | 59 -- libc/sysdeps/linux/i386/bits/elfclass.h | 14 - libc/sysdeps/linux/i386/bits/environments.h | 75 -- libc/sysdeps/linux/i386/bits/errno.h | 60 -- libc/sysdeps/linux/i386/bits/in.h | 141 --- libc/sysdeps/linux/i386/bits/initspin.h | 28 - libc/sysdeps/linux/i386/bits/io_i386.h | 171 ---- libc/sysdeps/linux/i386/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/i386/bits/ioctls.h | 108 -- libc/sysdeps/linux/i386/bits/ipc.h | 56 -- libc/sysdeps/linux/i386/bits/libc-lock.h | 317 ------ libc/sysdeps/linux/i386/bits/local_lim.h | 77 -- libc/sysdeps/linux/i386/bits/locale.h | 44 - libc/sysdeps/linux/i386/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/i386/bits/mathinline.h | 2 +- libc/sysdeps/linux/i386/bits/msq.h | 77 -- libc/sysdeps/linux/i386/bits/nan.h | 48 - libc/sysdeps/linux/i386/bits/netdb.h | 33 - libc/sysdeps/linux/i386/bits/poll.h | 48 - libc/sysdeps/linux/i386/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/i386/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/i386/bits/posix_opt.h | 147 --- libc/sysdeps/linux/i386/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/i386/bits/sched.h | 73 -- libc/sysdeps/linux/i386/bits/sem.h | 87 -- libc/sysdeps/linux/i386/bits/shm.h | 93 -- libc/sysdeps/linux/i386/bits/sigaction.h | 77 -- libc/sysdeps/linux/i386/bits/sigcontext.h | 29 - libc/sysdeps/linux/i386/bits/siginfo.h | 306 ------ libc/sysdeps/linux/i386/bits/signum.h | 80 -- libc/sysdeps/linux/i386/bits/sigset.h | 125 --- libc/sysdeps/linux/i386/bits/sigstack.h | 55 -- libc/sysdeps/linux/i386/bits/sigthread.h | 38 - libc/sysdeps/linux/i386/bits/sockaddr.h | 40 - libc/sysdeps/linux/i386/bits/socket.h | 314 ------ libc/sysdeps/linux/i386/bits/stab.def | 234 ----- libc/sysdeps/linux/i386/bits/stat.h | 134 --- libc/sysdeps/linux/i386/bits/statfs.h | 64 -- libc/sysdeps/linux/i386/bits/statvfs.h | 99 -- libc/sysdeps/linux/i386/bits/stdio-lock.h | 50 - libc/sysdeps/linux/i386/bits/stdio.h | 24 - libc/sysdeps/linux/i386/bits/stdio_lim.h | 41 - libc/sysdeps/linux/i386/bits/string2.h | 1244 ----------------------- libc/sysdeps/linux/i386/bits/stropts.h | 227 ----- libc/sysdeps/linux/i386/bits/termios.h | 213 ---- libc/sysdeps/linux/i386/bits/types.h | 146 --- libc/sysdeps/linux/i386/bits/uio.h | 46 - libc/sysdeps/linux/i386/bits/ustat.h | 27 - libc/sysdeps/linux/i386/bits/utmp.h | 106 -- libc/sysdeps/linux/i386/bits/utmpx.h | 89 -- libc/sysdeps/linux/i386/bits/utsname.h | 29 - libc/sysdeps/linux/i386/bits/waitflags.h | 30 - libc/sysdeps/linux/i386/bits/waitstatus.h | 104 -- libc/sysdeps/linux/i386/bits/wchar.h | 26 + libc/sysdeps/linux/i386/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/i386/reg.h | 43 - libc/sysdeps/linux/i386/sys/debugreg.h | 91 ++ libc/sysdeps/linux/i386/sys/elf.h | 26 + libc/sysdeps/linux/i386/sys/io.h | 181 ++++ libc/sysdeps/linux/i386/sys/perm.h | 36 + libc/sysdeps/linux/i386/sys/procfs.h | 131 +++ libc/sysdeps/linux/i386/sys/reg.h | 43 + libc/sysdeps/linux/i386/sys/ucontext.h | 129 +++ libc/sysdeps/linux/i386/sys/user.h | 103 ++ libc/sysdeps/linux/i386/sys/vm86.h | 34 + libc/sysdeps/linux/i386/vm86.h | 34 - libc/sysdeps/linux/m68k/Makefile | 1 - libc/sysdeps/linux/m68k/bits/byteswap.h | 7 +- libc/sysdeps/linux/m68k/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/m68k/bits/confname.h | 566 ----------- libc/sysdeps/linux/m68k/bits/dirent.h | 55 -- libc/sysdeps/linux/m68k/bits/dlfcn.h | 59 -- libc/sysdeps/linux/m68k/bits/elfclass.h | 14 - libc/sysdeps/linux/m68k/bits/environments.h | 75 -- libc/sysdeps/linux/m68k/bits/errno.h | 60 -- libc/sysdeps/linux/m68k/bits/fenvinline.h | 8 - libc/sysdeps/linux/m68k/bits/in.h | 141 --- libc/sysdeps/linux/m68k/bits/initspin.h | 28 - libc/sysdeps/linux/m68k/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/m68k/bits/ioctls.h | 108 -- libc/sysdeps/linux/m68k/bits/ipc.h | 56 -- libc/sysdeps/linux/m68k/bits/libc-lock.h | 327 ------ libc/sysdeps/linux/m68k/bits/local_lim.h | 77 -- libc/sysdeps/linux/m68k/bits/locale.h | 44 - libc/sysdeps/linux/m68k/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/m68k/bits/msq.h | 77 -- libc/sysdeps/linux/m68k/bits/nan.h | 48 - libc/sysdeps/linux/m68k/bits/netdb.h | 33 - libc/sysdeps/linux/m68k/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/m68k/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/m68k/bits/posix_opt.h | 141 --- libc/sysdeps/linux/m68k/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/m68k/bits/resource.h | 15 +- libc/sysdeps/linux/m68k/bits/sched.h | 73 -- libc/sysdeps/linux/m68k/bits/select.h | 35 - libc/sysdeps/linux/m68k/bits/sem.h | 87 -- libc/sysdeps/linux/m68k/bits/setjmp.h | 47 +- libc/sysdeps/linux/m68k/bits/shm.h | 93 -- libc/sysdeps/linux/m68k/bits/sigaction.h | 77 -- libc/sysdeps/linux/m68k/bits/sigcontext.h | 29 - libc/sysdeps/linux/m68k/bits/siginfo.h | 306 ------ libc/sysdeps/linux/m68k/bits/signum.h | 80 -- libc/sysdeps/linux/m68k/bits/sigset.h | 125 --- libc/sysdeps/linux/m68k/bits/sigstack.h | 55 -- libc/sysdeps/linux/m68k/bits/sigthread.h | 38 - libc/sysdeps/linux/m68k/bits/sockaddr.h | 40 - libc/sysdeps/linux/m68k/bits/socket.h | 315 ------ libc/sysdeps/linux/m68k/bits/stab.def | 234 ----- libc/sysdeps/linux/m68k/bits/statfs.h | 64 -- libc/sysdeps/linux/m68k/bits/statvfs.h | 99 -- libc/sysdeps/linux/m68k/bits/stdio-lock.h | 48 - libc/sysdeps/linux/m68k/bits/stdio.h | 169 ---- libc/sysdeps/linux/m68k/bits/stdio_lim.h | 41 - libc/sysdeps/linux/m68k/bits/string.h | 26 - libc/sysdeps/linux/m68k/bits/string2.h | 1241 ----------------------- libc/sysdeps/linux/m68k/bits/stropts.h | 227 ----- libc/sysdeps/linux/m68k/bits/termios.h | 213 ---- libc/sysdeps/linux/m68k/bits/time.h | 69 -- libc/sysdeps/linux/m68k/bits/types.h | 146 --- libc/sysdeps/linux/m68k/bits/uio.h | 46 - libc/sysdeps/linux/m68k/bits/ustat.h | 27 - libc/sysdeps/linux/m68k/bits/utmp.h | 106 -- libc/sysdeps/linux/m68k/bits/utmpx.h | 89 -- libc/sysdeps/linux/m68k/bits/utsname.h | 29 - libc/sysdeps/linux/m68k/bits/waitflags.h | 30 - libc/sysdeps/linux/m68k/bits/waitstatus.h | 104 -- libc/sysdeps/linux/m68k/bits/wchar.h | 26 - libc/sysdeps/linux/m68k/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/m68k/reg.h | 89 -- libc/sysdeps/linux/m68k/sys/procfs.h | 126 +++ libc/sysdeps/linux/m68k/sys/reg.h | 89 ++ libc/sysdeps/linux/m68k/sys/ucontext.h | 109 ++ libc/sysdeps/linux/mips/bits/byteswap.h | 79 -- libc/sysdeps/linux/mips/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/mips/bits/confname.h | 566 ----------- libc/sysdeps/linux/mips/bits/dirent.h | 55 -- libc/sysdeps/linux/mips/bits/dlfcn.h | 9 +- libc/sysdeps/linux/mips/bits/elfclass.h | 14 - libc/sysdeps/linux/mips/bits/environments.h | 75 -- libc/sysdeps/linux/mips/bits/fenvinline.h | 8 - libc/sysdeps/linux/mips/bits/huge_val.h | 103 -- libc/sysdeps/linux/mips/bits/in.h | 141 --- libc/sysdeps/linux/mips/bits/initspin.h | 28 - libc/sysdeps/linux/mips/bits/ioctls.h | 108 -- libc/sysdeps/linux/mips/bits/libc-lock.h | 327 ------ libc/sysdeps/linux/mips/bits/local_lim.h | 77 -- libc/sysdeps/linux/mips/bits/locale.h | 44 - libc/sysdeps/linux/mips/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/mips/bits/mathdef.h | 47 - libc/sysdeps/linux/mips/bits/mathinline.h | 12 - libc/sysdeps/linux/mips/bits/msq.h | 77 -- libc/sysdeps/linux/mips/bits/nan.h | 48 - libc/sysdeps/linux/mips/bits/netdb.h | 33 - libc/sysdeps/linux/mips/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/mips/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/mips/bits/posix_opt.h | 141 --- libc/sysdeps/linux/mips/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/mips/bits/sched.h | 73 -- libc/sysdeps/linux/mips/bits/select.h | 35 - libc/sysdeps/linux/mips/bits/sigcontext.h | 29 - libc/sysdeps/linux/mips/bits/sigset.h | 125 --- libc/sysdeps/linux/mips/bits/sigthread.h | 38 - libc/sysdeps/linux/mips/bits/sockaddr.h | 40 - libc/sysdeps/linux/mips/bits/stab.def | 234 ----- libc/sysdeps/linux/mips/bits/statvfs.h | 99 -- libc/sysdeps/linux/mips/bits/stdio-lock.h | 48 - libc/sysdeps/linux/mips/bits/stdio.h | 169 ---- libc/sysdeps/linux/mips/bits/stdio_lim.h | 41 - libc/sysdeps/linux/mips/bits/string.h | 12 - libc/sysdeps/linux/mips/bits/string2.h | 1241 ----------------------- libc/sysdeps/linux/mips/bits/stropts.h | 227 ----- libc/sysdeps/linux/mips/bits/time.h | 69 -- libc/sysdeps/linux/mips/bits/uio.h | 46 - libc/sysdeps/linux/mips/bits/ustat.h | 27 - libc/sysdeps/linux/mips/bits/utmp.h | 106 -- libc/sysdeps/linux/mips/bits/utmpx.h | 89 -- libc/sysdeps/linux/mips/bits/utsname.h | 29 - libc/sysdeps/linux/mips/bits/waitflags.h | 30 - libc/sysdeps/linux/mips/bits/waitstatus.h | 104 -- libc/sysdeps/linux/mips/bits/wchar.h | 26 - libc/sysdeps/linux/mips/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/mips/sys/cachectl.h | 42 + libc/sysdeps/linux/mips/sys/procfs.h | 117 +++ libc/sysdeps/linux/mips/sys/sysmips.h | 36 + libc/sysdeps/linux/mips/sys/tas.h | 76 ++ libc/sysdeps/linux/mips/sys/ucontext.h | 80 ++ libc/sysdeps/linux/powerpc/bits/byteswap.h | 79 -- libc/sysdeps/linux/powerpc/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/powerpc/bits/confname.h | 566 ----------- libc/sysdeps/linux/powerpc/bits/dirent.h | 65 -- libc/sysdeps/linux/powerpc/bits/dlfcn.h | 61 -- libc/sysdeps/linux/powerpc/bits/elfclass.h | 14 - libc/sysdeps/linux/powerpc/bits/environments.h | 75 -- libc/sysdeps/linux/powerpc/bits/errno.h | 66 -- libc/sysdeps/linux/powerpc/bits/huge_val.h | 103 -- libc/sysdeps/linux/powerpc/bits/in.h | 141 --- libc/sysdeps/linux/powerpc/bits/initspin.h | 28 - libc/sysdeps/linux/powerpc/bits/ioctls.h | 108 -- libc/sysdeps/linux/powerpc/bits/libc-lock.h | 317 ------ libc/sysdeps/linux/powerpc/bits/local_lim.h | 77 -- libc/sysdeps/linux/powerpc/bits/locale.h | 44 - libc/sysdeps/linux/powerpc/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/powerpc/bits/nan.h | 48 - libc/sysdeps/linux/powerpc/bits/netdb.h | 33 - libc/sysdeps/linux/powerpc/bits/poll.h | 48 - libc/sysdeps/linux/powerpc/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/powerpc/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/powerpc/bits/posix_opt.h | 143 --- libc/sysdeps/linux/powerpc/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/powerpc/bits/sched.h | 73 -- libc/sysdeps/linux/powerpc/bits/select.h | 35 - libc/sysdeps/linux/powerpc/bits/sigaction.h | 77 -- libc/sysdeps/linux/powerpc/bits/sigcontext.h | 29 - libc/sysdeps/linux/powerpc/bits/siginfo.h | 306 ------ libc/sysdeps/linux/powerpc/bits/signum.h | 80 -- libc/sysdeps/linux/powerpc/bits/sigset.h | 128 --- libc/sysdeps/linux/powerpc/bits/sigstack.h | 55 -- libc/sysdeps/linux/powerpc/bits/sigthread.h | 42 - libc/sysdeps/linux/powerpc/bits/sockaddr.h | 43 - libc/sysdeps/linux/powerpc/bits/socket.h | 318 ------ libc/sysdeps/linux/powerpc/bits/statfs.h | 64 -- libc/sysdeps/linux/powerpc/bits/statvfs.h | 99 -- libc/sysdeps/linux/powerpc/bits/stdio-lock.h | 50 - libc/sysdeps/linux/powerpc/bits/stdio.h | 169 ---- libc/sysdeps/linux/powerpc/bits/stdio_lim.h | 41 - libc/sysdeps/linux/powerpc/bits/string.h | 12 - libc/sysdeps/linux/powerpc/bits/string2.h | 1244 ----------------------- libc/sysdeps/linux/powerpc/bits/stropts.h | 227 ----- libc/sysdeps/linux/powerpc/bits/termios.h | 72 +- libc/sysdeps/linux/powerpc/bits/time.h | 69 -- libc/sysdeps/linux/powerpc/bits/types.h | 148 --- libc/sysdeps/linux/powerpc/bits/uio.h | 46 - libc/sysdeps/linux/powerpc/bits/ustat.h | 27 - libc/sysdeps/linux/powerpc/bits/utmp.h | 106 -- libc/sysdeps/linux/powerpc/bits/utmpx.h | 89 -- libc/sysdeps/linux/powerpc/bits/utsname.h | 29 - libc/sysdeps/linux/powerpc/bits/waitflags.h | 30 - libc/sysdeps/linux/powerpc/bits/waitstatus.h | 104 -- libc/sysdeps/linux/powerpc/bits/wchar.h | 26 - libc/sysdeps/linux/powerpc/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/powerpc/sys/procfs.h | 138 +++ libc/sysdeps/linux/powerpc/sys/ptrace.h | 99 ++ libc/sysdeps/linux/powerpc/sys/ucontext.h | 41 + libc/sysdeps/linux/powerpc/sys/user.h | 40 + libc/sysdeps/linux/sh/bits/byteswap.h | 79 -- libc/sysdeps/linux/sh/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/sh/bits/confname.h | 566 ----------- libc/sysdeps/linux/sh/bits/dirent.h | 55 -- libc/sysdeps/linux/sh/bits/dlfcn.h | 59 -- libc/sysdeps/linux/sh/bits/elfclass.h | 14 - libc/sysdeps/linux/sh/bits/environments.h | 75 -- libc/sysdeps/linux/sh/bits/errno.h | 60 -- libc/sysdeps/linux/sh/bits/fenv.h | 72 -- libc/sysdeps/linux/sh/bits/fenvinline.h | 8 - libc/sysdeps/linux/sh/bits/huge_val.h | 11 +- libc/sysdeps/linux/sh/bits/in.h | 141 --- libc/sysdeps/linux/sh/bits/initspin.h | 28 - libc/sysdeps/linux/sh/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/sh/bits/ioctls.h | 108 -- libc/sysdeps/linux/sh/bits/ipc.h | 56 -- libc/sysdeps/linux/sh/bits/libc-lock.h | 317 ------ libc/sysdeps/linux/sh/bits/local_lim.h | 77 -- libc/sysdeps/linux/sh/bits/locale.h | 44 - libc/sysdeps/linux/sh/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/sh/bits/mathdef.h | 78 -- libc/sysdeps/linux/sh/bits/mathinline.h | 12 - libc/sysdeps/linux/sh/bits/msq.h | 77 -- libc/sysdeps/linux/sh/bits/nan.h | 48 - libc/sysdeps/linux/sh/bits/netdb.h | 33 - libc/sysdeps/linux/sh/bits/poll.h | 48 - libc/sysdeps/linux/sh/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/sh/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/sh/bits/posix_opt.h | 141 --- libc/sysdeps/linux/sh/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/sh/bits/sched.h | 73 -- libc/sysdeps/linux/sh/bits/select.h | 35 - libc/sysdeps/linux/sh/bits/sem.h | 87 -- libc/sysdeps/linux/sh/bits/shm.h | 93 -- libc/sysdeps/linux/sh/bits/sigaction.h | 77 -- libc/sysdeps/linux/sh/bits/sigcontext.h | 29 - libc/sysdeps/linux/sh/bits/siginfo.h | 306 ------ libc/sysdeps/linux/sh/bits/signum.h | 80 -- libc/sysdeps/linux/sh/bits/sigset.h | 125 --- libc/sysdeps/linux/sh/bits/sigstack.h | 55 -- libc/sysdeps/linux/sh/bits/sigthread.h | 38 - libc/sysdeps/linux/sh/bits/sockaddr.h | 40 - libc/sysdeps/linux/sh/bits/socket.h | 314 ------ libc/sysdeps/linux/sh/bits/stab.def | 234 ----- libc/sysdeps/linux/sh/bits/stat.h | 134 --- libc/sysdeps/linux/sh/bits/statfs.h | 64 -- libc/sysdeps/linux/sh/bits/statvfs.h | 99 -- libc/sysdeps/linux/sh/bits/stdio-lock.h | 50 - libc/sysdeps/linux/sh/bits/stdio.h | 169 ---- libc/sysdeps/linux/sh/bits/stdio_lim.h | 41 - libc/sysdeps/linux/sh/bits/string.h | 12 - libc/sysdeps/linux/sh/bits/string2.h | 1244 ----------------------- libc/sysdeps/linux/sh/bits/stropts.h | 227 ----- libc/sysdeps/linux/sh/bits/termios.h | 213 ---- libc/sysdeps/linux/sh/bits/time.h | 69 -- libc/sysdeps/linux/sh/bits/types.h | 146 --- libc/sysdeps/linux/sh/bits/uio.h | 46 - libc/sysdeps/linux/sh/bits/ustat.h | 27 - libc/sysdeps/linux/sh/bits/utmp.h | 106 -- libc/sysdeps/linux/sh/bits/utmpx.h | 89 -- libc/sysdeps/linux/sh/bits/utsname.h | 29 - libc/sysdeps/linux/sh/bits/waitflags.h | 30 - libc/sysdeps/linux/sh/bits/waitstatus.h | 104 -- libc/sysdeps/linux/sh/bits/wchar.h | 26 - libc/sysdeps/linux/sh/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/sh/sys/io.h | 48 + libc/sysdeps/linux/sh/sys/ucontext.h | 109 ++ libc/sysdeps/linux/sh/sys/user.h | 26 + libc/sysdeps/linux/sparc/bits/byteswap.h | 79 -- libc/sysdeps/linux/sparc/bits/cmathcalls.h | 158 --- libc/sysdeps/linux/sparc/bits/confname.h | 566 ----------- libc/sysdeps/linux/sparc/bits/dirent.h | 55 -- libc/sysdeps/linux/sparc/bits/dlfcn.h | 64 -- libc/sysdeps/linux/sparc/bits/elfclass.h | 14 - libc/sysdeps/linux/sparc/bits/environments.h | 75 -- libc/sysdeps/linux/sparc/bits/errno.h | 60 -- libc/sysdeps/linux/sparc/bits/fenvinline.h | 8 - libc/sysdeps/linux/sparc/bits/huge_val.h | 122 --- libc/sysdeps/linux/sparc/bits/in.h | 141 --- libc/sysdeps/linux/sparc/bits/initspin.h | 28 - libc/sysdeps/linux/sparc/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/sparc/bits/libc-lock.h | 327 ------ libc/sysdeps/linux/sparc/bits/local_lim.h | 77 -- libc/sysdeps/linux/sparc/bits/locale.h | 44 - libc/sysdeps/linux/sparc/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/sparc/bits/mathinline.h | 109 +- libc/sysdeps/linux/sparc/bits/nan.h | 48 - libc/sysdeps/linux/sparc/bits/netdb.h | 33 - libc/sysdeps/linux/sparc/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/sparc/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/sparc/bits/posix_opt.h | 141 --- libc/sysdeps/linux/sparc/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/sparc/bits/sched.h | 73 -- libc/sysdeps/linux/sparc/bits/select.h | 35 - libc/sysdeps/linux/sparc/bits/sigset.h | 125 --- libc/sysdeps/linux/sparc/bits/sigstack.h | 55 -- libc/sysdeps/linux/sparc/bits/sigthread.h | 38 - libc/sysdeps/linux/sparc/bits/sockaddr.h | 40 - libc/sysdeps/linux/sparc/bits/stab.def | 234 ----- libc/sysdeps/linux/sparc/bits/stdio-lock.h | 48 - libc/sysdeps/linux/sparc/bits/stdio.h | 169 ---- libc/sysdeps/linux/sparc/bits/stdio_lim.h | 41 - libc/sysdeps/linux/sparc/bits/string2.h | 1241 ----------------------- libc/sysdeps/linux/sparc/bits/stropts.h | 227 ----- libc/sysdeps/linux/sparc/bits/uio.h | 46 - libc/sysdeps/linux/sparc/bits/ustat.h | 27 - libc/sysdeps/linux/sparc/bits/utmp.h | 106 -- libc/sysdeps/linux/sparc/bits/utmpx.h | 89 -- libc/sysdeps/linux/sparc/bits/utsname.h | 29 - libc/sysdeps/linux/sparc/bits/waitflags.h | 30 - libc/sysdeps/linux/sparc/bits/waitstatus.h | 104 -- libc/sysdeps/linux/sparc/bits/wchar.h | 26 - libc/sysdeps/linux/sparc/bits/wordsize.h | 23 +- libc/sysdeps/linux/sparc/bits/xopen_lim.h | 144 --- libc/sysdeps/linux/sparc/sys/procfs.h | 144 +++ libc/sysdeps/linux/sparc/sys/ptrace.h | 183 ++++ libc/sysdeps/linux/sparc/sys/sysmacros.h | 41 + libc/sysdeps/linux/sparc/sys/trap.h | 7 + libc/sysdeps/linux/sparc/sys/ucontext.h | 270 +++++ libc/sysdeps/linux/v850/bits/byteswap.h | 63 -- libc/sysdeps/linux/v850/bits/cmathcalls.h | 160 --- libc/sysdeps/linux/v850/bits/confname.h | 566 ----------- libc/sysdeps/linux/v850/bits/dirent.h | 55 -- libc/sysdeps/linux/v850/bits/dlfcn.h | 59 -- libc/sysdeps/linux/v850/bits/elfclass.h | 14 - libc/sysdeps/linux/v850/bits/endian.h | 18 - libc/sysdeps/linux/v850/bits/environments.h | 75 -- libc/sysdeps/linux/v850/bits/errno.h | 64 -- libc/sysdeps/linux/v850/bits/fcntl.h | 179 ---- libc/sysdeps/linux/v850/bits/fenv.h | 61 -- libc/sysdeps/linux/v850/bits/huge_val.h | 104 -- libc/sysdeps/linux/v850/bits/in.h | 141 --- libc/sysdeps/linux/v850/bits/ioctl-types.h | 78 -- libc/sysdeps/linux/v850/bits/ioctls.h | 108 -- libc/sysdeps/linux/v850/bits/ipc.h | 56 -- libc/sysdeps/linux/v850/bits/libc-lock.h | 327 ------ libc/sysdeps/linux/v850/bits/local_lim.h | 77 -- libc/sysdeps/linux/v850/bits/mathcalls.h | 333 ------- libc/sysdeps/linux/v850/bits/mathdef.h | 53 - libc/sysdeps/linux/v850/bits/mathinline.h | 12 - libc/sysdeps/linux/v850/bits/mman.h | 75 -- libc/sysdeps/linux/v850/bits/msq.h | 77 -- libc/sysdeps/linux/v850/bits/nan.h | 48 - libc/sysdeps/linux/v850/bits/netdb.h | 33 - libc/sysdeps/linux/v850/bits/poll.h | 43 - libc/sysdeps/linux/v850/bits/posix1_lim.h | 141 --- libc/sysdeps/linux/v850/bits/posix2_lim.h | 91 -- libc/sysdeps/linux/v850/bits/posix_opt.h | 141 --- libc/sysdeps/linux/v850/bits/pthreadtypes.h | 142 --- libc/sysdeps/linux/v850/bits/resource.h | 208 ---- libc/sysdeps/linux/v850/bits/sched.h | 73 -- libc/sysdeps/linux/v850/bits/select.h | 64 -- libc/sysdeps/linux/v850/bits/sem.h | 87 -- libc/sysdeps/linux/v850/bits/setjmp.h | 37 - libc/sysdeps/linux/v850/bits/shm.h | 93 -- libc/sysdeps/linux/v850/bits/sigaction.h | 77 -- libc/sysdeps/linux/v850/bits/sigcontext.h | 29 - libc/sysdeps/linux/v850/bits/siginfo.h | 306 ------ libc/sysdeps/linux/v850/bits/signum.h | 80 -- libc/sysdeps/linux/v850/bits/sigset.h | 124 --- libc/sysdeps/linux/v850/bits/sigstack.h | 55 -- libc/sysdeps/linux/v850/bits/sigthread.h | 38 - libc/sysdeps/linux/v850/bits/sockaddr.h | 40 - libc/sysdeps/linux/v850/bits/socket.h | 315 ------ libc/sysdeps/linux/v850/bits/stab.def | 234 ----- libc/sysdeps/linux/v850/bits/stat.h | 134 --- libc/sysdeps/linux/v850/bits/statfs.h | 64 -- libc/sysdeps/linux/v850/bits/statvfs.h | 99 -- libc/sysdeps/linux/v850/bits/stdio-lock.h | 48 - libc/sysdeps/linux/v850/bits/stdio.h | 169 ---- libc/sysdeps/linux/v850/bits/stdio_lim.h | 41 - libc/sysdeps/linux/v850/bits/string.h | 10 - libc/sysdeps/linux/v850/bits/string2.h | 1241 ----------------------- libc/sysdeps/linux/v850/bits/stropts.h | 227 ----- libc/sysdeps/linux/v850/bits/termios.h | 213 ---- libc/sysdeps/linux/v850/bits/time.h | 69 -- libc/sysdeps/linux/v850/bits/types.h | 146 --- libc/sysdeps/linux/v850/bits/uio.h | 46 - libc/sysdeps/linux/v850/bits/ustat.h | 27 - libc/sysdeps/linux/v850/bits/utmp.h | 106 -- libc/sysdeps/linux/v850/bits/utmpx.h | 89 -- libc/sysdeps/linux/v850/bits/utsname.h | 29 - libc/sysdeps/linux/v850/bits/waitflags.h | 30 - libc/sysdeps/linux/v850/bits/waitstatus.h | 104 -- libc/sysdeps/linux/v850/bits/wordsize.h | 19 - libc/sysdeps/linux/v850/bits/xopen_lim.h | 144 --- 654 files changed, 11412 insertions(+), 66244 deletions(-) create mode 100644 include/.cvsignore delete mode 100644 include/sys/io.h delete mode 100644 include/sys/perm.h delete mode 100644 include/sys/procfs.h delete mode 100644 include/sys/ptrace.h delete mode 100644 include/sys/ucontext.h delete mode 100644 include/sys/user.h delete mode 100644 libc/sysdeps/linux/arm/bits/byteswap.h delete mode 100644 libc/sysdeps/linux/arm/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/arm/bits/confname.h delete mode 100644 libc/sysdeps/linux/arm/bits/dirent.h delete mode 100644 libc/sysdeps/linux/arm/bits/dlfcn.h delete mode 100644 libc/sysdeps/linux/arm/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/arm/bits/environments.h delete mode 100644 libc/sysdeps/linux/arm/bits/errno.h delete mode 100644 libc/sysdeps/linux/arm/bits/fenvinline.h delete mode 100644 libc/sysdeps/linux/arm/bits/in.h delete mode 100644 libc/sysdeps/linux/arm/bits/initspin.h delete mode 100644 libc/sysdeps/linux/arm/bits/ioctl-types.h delete mode 100644 libc/sysdeps/linux/arm/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/arm/bits/ipc.h delete mode 100644 libc/sysdeps/linux/arm/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/arm/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/arm/bits/locale.h delete mode 100644 libc/sysdeps/linux/arm/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/arm/bits/mathinline.h delete mode 100644 libc/sysdeps/linux/arm/bits/msq.h delete mode 100644 libc/sysdeps/linux/arm/bits/nan.h delete mode 100644 libc/sysdeps/linux/arm/bits/netdb.h delete mode 100644 libc/sysdeps/linux/arm/bits/poll.h delete mode 100644 libc/sysdeps/linux/arm/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/arm/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/arm/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/arm/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/arm/bits/sched.h delete mode 100644 libc/sysdeps/linux/arm/bits/select.h delete mode 100644 libc/sysdeps/linux/arm/bits/sem.h delete mode 100644 libc/sysdeps/linux/arm/bits/shm.h delete mode 100644 libc/sysdeps/linux/arm/bits/sigaction.h delete mode 100644 libc/sysdeps/linux/arm/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/arm/bits/siginfo.h delete mode 100644 libc/sysdeps/linux/arm/bits/signum.h delete mode 100644 libc/sysdeps/linux/arm/bits/sigset.h delete mode 100644 libc/sysdeps/linux/arm/bits/sigstack.h delete mode 100644 libc/sysdeps/linux/arm/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/arm/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/arm/bits/socket.h delete mode 100644 libc/sysdeps/linux/arm/bits/stab.def delete mode 100644 libc/sysdeps/linux/arm/bits/stat.h delete mode 100644 libc/sysdeps/linux/arm/bits/statfs.h delete mode 100644 libc/sysdeps/linux/arm/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/arm/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/arm/bits/stdio.h delete mode 100644 libc/sysdeps/linux/arm/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/arm/bits/string2.h delete mode 100644 libc/sysdeps/linux/arm/bits/stropts.h delete mode 100644 libc/sysdeps/linux/arm/bits/termios.h delete mode 100644 libc/sysdeps/linux/arm/bits/time.h delete mode 100644 libc/sysdeps/linux/arm/bits/types.h delete mode 100644 libc/sysdeps/linux/arm/bits/uio.h delete mode 100644 libc/sysdeps/linux/arm/bits/ustat.h delete mode 100644 libc/sysdeps/linux/arm/bits/utmp.h delete mode 100644 libc/sysdeps/linux/arm/bits/utmpx.h delete mode 100644 libc/sysdeps/linux/arm/bits/utsname.h delete mode 100644 libc/sysdeps/linux/arm/bits/waitflags.h delete mode 100644 libc/sysdeps/linux/arm/bits/waitstatus.h delete mode 100644 libc/sysdeps/linux/arm/bits/wchar.h delete mode 100644 libc/sysdeps/linux/arm/bits/xopen_lim.h create mode 100644 libc/sysdeps/linux/arm/sys/elf.h create mode 100644 libc/sysdeps/linux/arm/sys/io.h create mode 100644 libc/sysdeps/linux/arm/sys/procfs.h create mode 100644 libc/sysdeps/linux/arm/sys/ucontext.h create mode 100644 libc/sysdeps/linux/arm/sys/user.h create mode 100644 libc/sysdeps/linux/common/bits/byteswap.h create mode 100644 libc/sysdeps/linux/common/bits/cmathcalls.h create mode 100644 libc/sysdeps/linux/common/bits/confname.h create mode 100644 libc/sysdeps/linux/common/bits/dirent.h create mode 100644 libc/sysdeps/linux/common/bits/dlfcn.h create mode 100644 libc/sysdeps/linux/common/bits/elfclass.h create mode 100644 libc/sysdeps/linux/common/bits/endian.h create mode 100644 libc/sysdeps/linux/common/bits/environments.h create mode 100644 libc/sysdeps/linux/common/bits/errno.h create mode 100644 libc/sysdeps/linux/common/bits/fcntl.h create mode 100644 libc/sysdeps/linux/common/bits/fenv.h create mode 100644 libc/sysdeps/linux/common/bits/fenvinline.h create mode 100644 libc/sysdeps/linux/common/bits/huge_val.h create mode 100644 libc/sysdeps/linux/common/bits/in.h create mode 100644 libc/sysdeps/linux/common/bits/initspin.h create mode 100644 libc/sysdeps/linux/common/bits/ioctl-types.h create mode 100644 libc/sysdeps/linux/common/bits/ioctls.h create mode 100644 libc/sysdeps/linux/common/bits/ipc.h create mode 100644 libc/sysdeps/linux/common/bits/libc-lock.h create mode 100644 libc/sysdeps/linux/common/bits/local_lim.h create mode 100644 libc/sysdeps/linux/common/bits/locale.h create mode 100644 libc/sysdeps/linux/common/bits/mathcalls.h create mode 100644 libc/sysdeps/linux/common/bits/mathdef.h create mode 100644 libc/sysdeps/linux/common/bits/mathinline.h create mode 100644 libc/sysdeps/linux/common/bits/mman.h create mode 100644 libc/sysdeps/linux/common/bits/msq.h create mode 100644 libc/sysdeps/linux/common/bits/nan.h create mode 100644 libc/sysdeps/linux/common/bits/netdb.h create mode 100644 libc/sysdeps/linux/common/bits/poll.h create mode 100644 libc/sysdeps/linux/common/bits/posix1_lim.h create mode 100644 libc/sysdeps/linux/common/bits/posix2_lim.h create mode 100644 libc/sysdeps/linux/common/bits/posix_opt.h create mode 100644 libc/sysdeps/linux/common/bits/pthreadtypes.h create mode 100644 libc/sysdeps/linux/common/bits/resource.h create mode 100644 libc/sysdeps/linux/common/bits/sched.h create mode 100644 libc/sysdeps/linux/common/bits/select.h create mode 100644 libc/sysdeps/linux/common/bits/sem.h create mode 100644 libc/sysdeps/linux/common/bits/setjmp.h create mode 100644 libc/sysdeps/linux/common/bits/shm.h create mode 100644 libc/sysdeps/linux/common/bits/sigaction.h create mode 100644 libc/sysdeps/linux/common/bits/sigcontext.h create mode 100644 libc/sysdeps/linux/common/bits/siginfo.h create mode 100644 libc/sysdeps/linux/common/bits/signum.h create mode 100644 libc/sysdeps/linux/common/bits/sigset.h create mode 100644 libc/sysdeps/linux/common/bits/sigstack.h create mode 100644 libc/sysdeps/linux/common/bits/sigthread.h create mode 100644 libc/sysdeps/linux/common/bits/sockaddr.h create mode 100644 libc/sysdeps/linux/common/bits/socket.h create mode 100644 libc/sysdeps/linux/common/bits/stab.def create mode 100644 libc/sysdeps/linux/common/bits/stat.h create mode 100644 libc/sysdeps/linux/common/bits/statfs.h create mode 100644 libc/sysdeps/linux/common/bits/statvfs.h create mode 100644 libc/sysdeps/linux/common/bits/stdio-lock.h create mode 100644 libc/sysdeps/linux/common/bits/stdio.h create mode 100644 libc/sysdeps/linux/common/bits/stdio_lim.h create mode 100644 libc/sysdeps/linux/common/bits/string.h create mode 100644 libc/sysdeps/linux/common/bits/string2.h create mode 100644 libc/sysdeps/linux/common/bits/stropts.h create mode 100644 libc/sysdeps/linux/common/bits/termios.h create mode 100644 libc/sysdeps/linux/common/bits/time.h create mode 100644 libc/sysdeps/linux/common/bits/types.h create mode 100644 libc/sysdeps/linux/common/bits/uio.h create mode 100644 libc/sysdeps/linux/common/bits/ustat.h create mode 100644 libc/sysdeps/linux/common/bits/utmp.h create mode 100644 libc/sysdeps/linux/common/bits/utmpx.h create mode 100644 libc/sysdeps/linux/common/bits/utsname.h create mode 100644 libc/sysdeps/linux/common/bits/waitflags.h create mode 100644 libc/sysdeps/linux/common/bits/waitstatus.h create mode 100644 libc/sysdeps/linux/common/bits/wchar.h create mode 100644 libc/sysdeps/linux/common/bits/wordsize.h create mode 100644 libc/sysdeps/linux/common/bits/xopen_lim.h create mode 100644 libc/sysdeps/linux/common/sys/ptrace.h create mode 100644 libc/sysdeps/linux/common/sys/user.h delete mode 100644 libc/sysdeps/linux/h8300/bits/byteswap.h delete mode 100644 libc/sysdeps/linux/h8300/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/h8300/bits/confname.h delete mode 100644 libc/sysdeps/linux/h8300/bits/dirent.h delete mode 100644 libc/sysdeps/linux/h8300/bits/dlfcn.h delete mode 100644 libc/sysdeps/linux/h8300/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/h8300/bits/endian.h delete mode 100644 libc/sysdeps/linux/h8300/bits/environments.h delete mode 100644 libc/sysdeps/linux/h8300/bits/errno.h delete mode 100644 libc/sysdeps/linux/h8300/bits/fcntl.h delete mode 100644 libc/sysdeps/linux/h8300/bits/fenv.h delete mode 100644 libc/sysdeps/linux/h8300/bits/fenvinline.h delete mode 100644 libc/sysdeps/linux/h8300/bits/huge_val.h delete mode 100644 libc/sysdeps/linux/h8300/bits/in.h delete mode 100644 libc/sysdeps/linux/h8300/bits/initspin.h delete mode 100644 libc/sysdeps/linux/h8300/bits/ioctl-types.h delete mode 100644 libc/sysdeps/linux/h8300/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/h8300/bits/ipc.h delete mode 100644 libc/sysdeps/linux/h8300/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/h8300/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/h8300/bits/locale.h delete mode 100644 libc/sysdeps/linux/h8300/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/h8300/bits/mathdef.h delete mode 100644 libc/sysdeps/linux/h8300/bits/mathinline.h delete mode 100644 libc/sysdeps/linux/h8300/bits/mman.h delete mode 100644 libc/sysdeps/linux/h8300/bits/msq.h delete mode 100644 libc/sysdeps/linux/h8300/bits/nan.h delete mode 100644 libc/sysdeps/linux/h8300/bits/netdb.h delete mode 100644 libc/sysdeps/linux/h8300/bits/poll.h delete mode 100644 libc/sysdeps/linux/h8300/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/h8300/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/h8300/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/h8300/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/h8300/bits/resource.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sched.h delete mode 100644 libc/sysdeps/linux/h8300/bits/select.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sem.h delete mode 100644 libc/sysdeps/linux/h8300/bits/setjmp.h delete mode 100644 libc/sysdeps/linux/h8300/bits/shm.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sigaction.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/h8300/bits/siginfo.h delete mode 100644 libc/sysdeps/linux/h8300/bits/signum.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sigset.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sigstack.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/h8300/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/h8300/bits/socket.h delete mode 100644 libc/sysdeps/linux/h8300/bits/stab.def delete mode 100644 libc/sysdeps/linux/h8300/bits/stat.h delete mode 100644 libc/sysdeps/linux/h8300/bits/statfs.h delete mode 100644 libc/sysdeps/linux/h8300/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/h8300/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/h8300/bits/stdio.h delete mode 100644 libc/sysdeps/linux/h8300/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/h8300/bits/string.h delete mode 100644 libc/sysdeps/linux/h8300/bits/string2.h delete mode 100644 libc/sysdeps/linux/h8300/bits/stropts.h delete mode 100644 libc/sysdeps/linux/h8300/bits/termios.h delete mode 100644 libc/sysdeps/linux/h8300/bits/time.h delete mode 100644 libc/sysdeps/linux/h8300/bits/types.h delete mode 100644 libc/sysdeps/linux/h8300/bits/uio.h delete mode 100644 libc/sysdeps/linux/h8300/bits/ustat.h delete mode 100644 libc/sysdeps/linux/h8300/bits/utmp.h delete mode 100644 libc/sysdeps/linux/h8300/bits/utmpx.h delete mode 100644 libc/sysdeps/linux/h8300/bits/utsname.h delete mode 100644 libc/sysdeps/linux/h8300/bits/waitflags.h delete mode 100644 libc/sysdeps/linux/h8300/bits/waitstatus.h delete mode 100644 libc/sysdeps/linux/h8300/bits/wchar.h delete mode 100644 libc/sysdeps/linux/h8300/bits/wordsize.h delete mode 100644 libc/sysdeps/linux/h8300/bits/xopen_lim.h delete mode 100644 libc/sysdeps/linux/i386/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/i386/bits/confname.h delete mode 100644 libc/sysdeps/linux/i386/bits/dirent.h delete mode 100644 libc/sysdeps/linux/i386/bits/dlfcn.h delete mode 100644 libc/sysdeps/linux/i386/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/i386/bits/environments.h delete mode 100644 libc/sysdeps/linux/i386/bits/errno.h delete mode 100644 libc/sysdeps/linux/i386/bits/in.h delete mode 100644 libc/sysdeps/linux/i386/bits/initspin.h delete mode 100644 libc/sysdeps/linux/i386/bits/io_i386.h delete mode 100644 libc/sysdeps/linux/i386/bits/ioctl-types.h delete mode 100644 libc/sysdeps/linux/i386/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/i386/bits/ipc.h delete mode 100644 libc/sysdeps/linux/i386/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/i386/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/i386/bits/locale.h delete mode 100644 libc/sysdeps/linux/i386/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/i386/bits/msq.h delete mode 100644 libc/sysdeps/linux/i386/bits/nan.h delete mode 100644 libc/sysdeps/linux/i386/bits/netdb.h delete mode 100644 libc/sysdeps/linux/i386/bits/poll.h delete mode 100644 libc/sysdeps/linux/i386/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/i386/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/i386/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/i386/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/i386/bits/sched.h delete mode 100644 libc/sysdeps/linux/i386/bits/sem.h delete mode 100644 libc/sysdeps/linux/i386/bits/shm.h delete mode 100644 libc/sysdeps/linux/i386/bits/sigaction.h delete mode 100644 libc/sysdeps/linux/i386/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/i386/bits/siginfo.h delete mode 100644 libc/sysdeps/linux/i386/bits/signum.h delete mode 100644 libc/sysdeps/linux/i386/bits/sigset.h delete mode 100644 libc/sysdeps/linux/i386/bits/sigstack.h delete mode 100644 libc/sysdeps/linux/i386/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/i386/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/i386/bits/socket.h delete mode 100644 libc/sysdeps/linux/i386/bits/stab.def delete mode 100644 libc/sysdeps/linux/i386/bits/stat.h delete mode 100644 libc/sysdeps/linux/i386/bits/statfs.h delete mode 100644 libc/sysdeps/linux/i386/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/i386/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/i386/bits/stdio.h delete mode 100644 libc/sysdeps/linux/i386/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/i386/bits/string2.h delete mode 100644 libc/sysdeps/linux/i386/bits/stropts.h delete mode 100644 libc/sysdeps/linux/i386/bits/termios.h delete mode 100644 libc/sysdeps/linux/i386/bits/types.h delete mode 100644 libc/sysdeps/linux/i386/bits/uio.h delete mode 100644 libc/sysdeps/linux/i386/bits/ustat.h delete mode 100644 libc/sysdeps/linux/i386/bits/utmp.h delete mode 100644 libc/sysdeps/linux/i386/bits/utmpx.h delete mode 100644 libc/sysdeps/linux/i386/bits/utsname.h delete mode 100644 libc/sysdeps/linux/i386/bits/waitflags.h delete mode 100644 libc/sysdeps/linux/i386/bits/waitstatus.h create mode 100644 libc/sysdeps/linux/i386/bits/wchar.h delete mode 100644 libc/sysdeps/linux/i386/bits/xopen_lim.h delete mode 100644 libc/sysdeps/linux/i386/reg.h create mode 100644 libc/sysdeps/linux/i386/sys/debugreg.h create mode 100644 libc/sysdeps/linux/i386/sys/elf.h create mode 100644 libc/sysdeps/linux/i386/sys/io.h create mode 100644 libc/sysdeps/linux/i386/sys/perm.h create mode 100644 libc/sysdeps/linux/i386/sys/procfs.h create mode 100644 libc/sysdeps/linux/i386/sys/reg.h create mode 100644 libc/sysdeps/linux/i386/sys/ucontext.h create mode 100644 libc/sysdeps/linux/i386/sys/user.h create mode 100644 libc/sysdeps/linux/i386/sys/vm86.h delete mode 100644 libc/sysdeps/linux/i386/vm86.h delete mode 100644 libc/sysdeps/linux/m68k/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/m68k/bits/confname.h delete mode 100644 libc/sysdeps/linux/m68k/bits/dirent.h delete mode 100644 libc/sysdeps/linux/m68k/bits/dlfcn.h delete mode 100644 libc/sysdeps/linux/m68k/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/m68k/bits/environments.h delete mode 100644 libc/sysdeps/linux/m68k/bits/errno.h delete mode 100644 libc/sysdeps/linux/m68k/bits/fenvinline.h delete mode 100644 libc/sysdeps/linux/m68k/bits/in.h delete mode 100644 libc/sysdeps/linux/m68k/bits/initspin.h delete mode 100644 libc/sysdeps/linux/m68k/bits/ioctl-types.h delete mode 100644 libc/sysdeps/linux/m68k/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/m68k/bits/ipc.h delete mode 100644 libc/sysdeps/linux/m68k/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/m68k/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/m68k/bits/locale.h delete mode 100644 libc/sysdeps/linux/m68k/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/m68k/bits/msq.h delete mode 100644 libc/sysdeps/linux/m68k/bits/nan.h delete mode 100644 libc/sysdeps/linux/m68k/bits/netdb.h delete mode 100644 libc/sysdeps/linux/m68k/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/m68k/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/m68k/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/m68k/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sched.h delete mode 100644 libc/sysdeps/linux/m68k/bits/select.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sem.h delete mode 100644 libc/sysdeps/linux/m68k/bits/shm.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sigaction.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/m68k/bits/siginfo.h delete mode 100644 libc/sysdeps/linux/m68k/bits/signum.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sigset.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sigstack.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/m68k/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/m68k/bits/socket.h delete mode 100644 libc/sysdeps/linux/m68k/bits/stab.def delete mode 100644 libc/sysdeps/linux/m68k/bits/statfs.h delete mode 100644 libc/sysdeps/linux/m68k/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/m68k/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/m68k/bits/stdio.h delete mode 100644 libc/sysdeps/linux/m68k/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/m68k/bits/string.h delete mode 100644 libc/sysdeps/linux/m68k/bits/string2.h delete mode 100644 libc/sysdeps/linux/m68k/bits/stropts.h delete mode 100644 libc/sysdeps/linux/m68k/bits/termios.h delete mode 100644 libc/sysdeps/linux/m68k/bits/time.h delete mode 100644 libc/sysdeps/linux/m68k/bits/types.h delete mode 100644 libc/sysdeps/linux/m68k/bits/uio.h delete mode 100644 libc/sysdeps/linux/m68k/bits/ustat.h delete mode 100644 libc/sysdeps/linux/m68k/bits/utmp.h delete mode 100644 libc/sysdeps/linux/m68k/bits/utmpx.h delete mode 100644 libc/sysdeps/linux/m68k/bits/utsname.h delete mode 100644 libc/sysdeps/linux/m68k/bits/waitflags.h delete mode 100644 libc/sysdeps/linux/m68k/bits/waitstatus.h delete mode 100644 libc/sysdeps/linux/m68k/bits/wchar.h delete mode 100644 libc/sysdeps/linux/m68k/bits/xopen_lim.h delete mode 100644 libc/sysdeps/linux/m68k/reg.h create mode 100644 libc/sysdeps/linux/m68k/sys/procfs.h create mode 100644 libc/sysdeps/linux/m68k/sys/reg.h create mode 100644 libc/sysdeps/linux/m68k/sys/ucontext.h delete mode 100644 libc/sysdeps/linux/mips/bits/byteswap.h delete mode 100644 libc/sysdeps/linux/mips/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/mips/bits/confname.h delete mode 100644 libc/sysdeps/linux/mips/bits/dirent.h delete mode 100644 libc/sysdeps/linux/mips/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/mips/bits/environments.h delete mode 100644 libc/sysdeps/linux/mips/bits/fenvinline.h delete mode 100644 libc/sysdeps/linux/mips/bits/huge_val.h delete mode 100644 libc/sysdeps/linux/mips/bits/in.h delete mode 100644 libc/sysdeps/linux/mips/bits/initspin.h delete mode 100644 libc/sysdeps/linux/mips/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/mips/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/mips/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/mips/bits/locale.h delete mode 100644 libc/sysdeps/linux/mips/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/mips/bits/mathdef.h delete mode 100644 libc/sysdeps/linux/mips/bits/mathinline.h delete mode 100644 libc/sysdeps/linux/mips/bits/msq.h delete mode 100644 libc/sysdeps/linux/mips/bits/nan.h delete mode 100644 libc/sysdeps/linux/mips/bits/netdb.h delete mode 100644 libc/sysdeps/linux/mips/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/mips/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/mips/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/mips/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/mips/bits/sched.h delete mode 100644 libc/sysdeps/linux/mips/bits/select.h delete mode 100644 libc/sysdeps/linux/mips/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/mips/bits/sigset.h delete mode 100644 libc/sysdeps/linux/mips/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/mips/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/mips/bits/stab.def delete mode 100644 libc/sysdeps/linux/mips/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/mips/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/mips/bits/stdio.h delete mode 100644 libc/sysdeps/linux/mips/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/mips/bits/string.h delete mode 100644 libc/sysdeps/linux/mips/bits/string2.h delete mode 100644 libc/sysdeps/linux/mips/bits/stropts.h delete mode 100644 libc/sysdeps/linux/mips/bits/time.h delete mode 100644 libc/sysdeps/linux/mips/bits/uio.h delete mode 100644 libc/sysdeps/linux/mips/bits/ustat.h delete mode 100644 libc/sysdeps/linux/mips/bits/utmp.h delete mode 100644 libc/sysdeps/linux/mips/bits/utmpx.h delete mode 100644 libc/sysdeps/linux/mips/bits/utsname.h delete mode 100644 libc/sysdeps/linux/mips/bits/waitflags.h delete mode 100644 libc/sysdeps/linux/mips/bits/waitstatus.h delete mode 100644 libc/sysdeps/linux/mips/bits/wchar.h delete mode 100644 libc/sysdeps/linux/mips/bits/xopen_lim.h create mode 100644 libc/sysdeps/linux/mips/sys/cachectl.h create mode 100644 libc/sysdeps/linux/mips/sys/procfs.h create mode 100644 libc/sysdeps/linux/mips/sys/sysmips.h create mode 100644 libc/sysdeps/linux/mips/sys/tas.h create mode 100644 libc/sysdeps/linux/mips/sys/ucontext.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/byteswap.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/cmathcalls.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/confname.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/dirent.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/dlfcn.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/elfclass.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/environments.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/errno.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/huge_val.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/in.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/initspin.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/ioctls.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/libc-lock.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/local_lim.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/locale.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/mathcalls.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/nan.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/netdb.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/poll.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/posix1_lim.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/posix2_lim.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/posix_opt.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/pthreadtypes.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sched.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/select.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sigaction.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sigcontext.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/siginfo.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/signum.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sigset.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sigstack.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sigthread.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/sockaddr.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/socket.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/statfs.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/statvfs.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/stdio-lock.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/stdio.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/stdio_lim.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/string.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/string2.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/stropts.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/time.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/types.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/uio.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/ustat.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/utmp.h delete mode 100644 libc/sysdeps/linux/powerpc/bits/utmpx.h delete mode 100644 libc/sy