[csplit] Move include files to new place
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Sep 2013 21:13:16 +0000 (21:13 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Sep 2013 21:13:16 +0000 (21:13 +0000)
commit83ae5e7c526441c53a6bd30267b1d8163b067f72
tree62ea64164681f335f507bb9fd1c82dd22d6313cf
parent9c589661b93b86867c95b61d07c79d3d09459cc0
[csplit] Move include files to new place

The C and math library include files are moved. The source directories are
compiler/clib/include, compiler/mlib; targets are
compiler/stdc/include/aros/stdc and compiler/posixc/include/aros/posixc.
The former is for ANSI compatible files the latter for POSIX specific include
files.

This is the first patch of several patches that will split up the C library
into ANSI-C compatible libraries (stdc.library and stdcio.library)
and a POSIX compatible library (posixc.library).
All log message will start with the [csplit] tag.

Patches with minor changes (only autodocs changes or NULL check etc.) are
joined in bigger patches. Patches where more code or algorithm changes are
present are separate grouped by related changes.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48027 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
190 files changed:
AROS/compiler/clib/include/_strings.h [deleted file]
AROS/compiler/clib/include/alloca.h [deleted file]
AROS/compiler/clib/include/aros/types/__sighandler_t.h [deleted file]
AROS/compiler/clib/include/aros/types/blk_t.h [deleted file]
AROS/compiler/clib/include/aros/types/clock_t.h [deleted file]
AROS/compiler/clib/include/aros/types/clockid_t.h [deleted file]
AROS/compiler/clib/include/aros/types/dev_t.h [deleted file]
AROS/compiler/clib/include/aros/types/fpos_t.h [deleted file]
AROS/compiler/clib/include/aros/types/fs_t.h [deleted file]
AROS/compiler/clib/include/aros/types/gid_t.h [deleted file]
AROS/compiler/clib/include/aros/types/id_t.h [deleted file]
AROS/compiler/clib/include/aros/types/ino_t.h [deleted file]
AROS/compiler/clib/include/aros/types/int_t.h [deleted file]
AROS/compiler/clib/include/aros/types/intptr_t.h [deleted file]
AROS/compiler/clib/include/aros/types/iovec_s.h [deleted file]
AROS/compiler/clib/include/aros/types/itimerspec_s.h [deleted file]
AROS/compiler/clib/include/aros/types/key_t.h [deleted file]
AROS/compiler/clib/include/aros/types/mbstate_t.h [deleted file]
AROS/compiler/clib/include/aros/types/mode_t.h [deleted file]
AROS/compiler/clib/include/aros/types/nlink_t.h [deleted file]
AROS/compiler/clib/include/aros/types/null.h [deleted file]
AROS/compiler/clib/include/aros/types/off_t.h [deleted file]
AROS/compiler/clib/include/aros/types/pid_t.h [deleted file]
AROS/compiler/clib/include/aros/types/ptrdiff_t.h [deleted file]
AROS/compiler/clib/include/aros/types/regoff_t.h [deleted file]
AROS/compiler/clib/include/aros/types/seek.h [deleted file]
AROS/compiler/clib/include/aros/types/sigaction_s.h [deleted file]
AROS/compiler/clib/include/aros/types/sigevent_s.h [deleted file]
AROS/compiler/clib/include/aros/types/siginfo_t.h [deleted file]
AROS/compiler/clib/include/aros/types/sigset_t.h [deleted file]
AROS/compiler/clib/include/aros/types/size_t.h [deleted file]
AROS/compiler/clib/include/aros/types/socklen_t.h [deleted file]
AROS/compiler/clib/include/aros/types/ssize_t.h [deleted file]
AROS/compiler/clib/include/aros/types/stack_t.h [deleted file]
AROS/compiler/clib/include/aros/types/suseconds_t.h [deleted file]
AROS/compiler/clib/include/aros/types/time_t.h [deleted file]
AROS/compiler/clib/include/aros/types/timer_t.h [deleted file]
AROS/compiler/clib/include/aros/types/timespec_s.h [deleted file]
AROS/compiler/clib/include/aros/types/ucontext_t.h [deleted file]
AROS/compiler/clib/include/aros/types/uid_t.h [deleted file]
AROS/compiler/clib/include/aros/types/uintptr_t.h [deleted file]
AROS/compiler/clib/include/aros/types/useconds_t.h [deleted file]
AROS/compiler/clib/include/aros/types/wchar_t.h [deleted file]
AROS/compiler/clib/include/aros/types/wint_t.h [deleted file]
AROS/compiler/clib/include/assert.h [deleted file]
AROS/compiler/clib/include/ctype.h [deleted file]
AROS/compiler/clib/include/dirent.h [deleted file]
AROS/compiler/clib/include/errno.h [deleted file]
AROS/compiler/clib/include/fcntl.h [deleted file]
AROS/compiler/clib/include/fenv.h [deleted file]
AROS/compiler/clib/include/getopt.h [deleted file]
AROS/compiler/clib/include/grp.h [deleted file]
AROS/compiler/clib/include/inttypes.h [deleted file]
AROS/compiler/clib/include/iso646.h [deleted file]
AROS/compiler/clib/include/libgen.h [deleted file]
AROS/compiler/clib/include/limits.h [deleted file]
AROS/compiler/clib/include/locale.h [deleted file]
AROS/compiler/clib/include/memory.h [deleted file]
AROS/compiler/clib/include/mmakefile
AROS/compiler/clib/include/pwd.h [deleted file]
AROS/compiler/clib/include/regex.h [deleted file]
AROS/compiler/clib/include/sdgstd.h [deleted file]
AROS/compiler/clib/include/setjmp.h [deleted file]
AROS/compiler/clib/include/signal.h [deleted file]
AROS/compiler/clib/include/stdbool.h [deleted file]
AROS/compiler/clib/include/stddef.h [deleted file]
AROS/compiler/clib/include/stdint.h [deleted file]
AROS/compiler/clib/include/stdio.h [deleted file]
AROS/compiler/clib/include/stdlib.h [deleted file]
AROS/compiler/clib/include/string.h [deleted file]
AROS/compiler/clib/include/strings.h [deleted file]
AROS/compiler/clib/include/sys/mount.h [deleted file]
AROS/compiler/clib/include/sys/param.h [deleted file]
AROS/compiler/clib/include/sys/resource.h [deleted file]
AROS/compiler/clib/include/sys/select.h [deleted file]
AROS/compiler/clib/include/sys/stat.h [deleted file]
AROS/compiler/clib/include/sys/time.h [deleted file]
AROS/compiler/clib/include/sys/timeb.h [deleted file]
AROS/compiler/clib/include/sys/times.h [deleted file]
AROS/compiler/clib/include/sys/types.h [deleted file]
AROS/compiler/clib/include/sys/uio.h [deleted file]
AROS/compiler/clib/include/sys/utsname.h [deleted file]
AROS/compiler/clib/include/sys/wait.h [deleted file]
AROS/compiler/clib/include/termios.h [deleted file]
AROS/compiler/clib/include/time.h [deleted file]
AROS/compiler/clib/include/ucontext.h [deleted file]
AROS/compiler/clib/include/unistd.h [deleted file]
AROS/compiler/clib/include/utime.h [deleted file]
AROS/compiler/clib/include/wchar.h [deleted file]
AROS/compiler/mlib/complex.h [deleted file]
AROS/compiler/mlib/math.h [deleted file]
AROS/compiler/mlib/mmakefile.src
AROS/compiler/posixc/include/aros/posixc/alloca.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/dirent.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/fcntl.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/getopt.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/grp.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/libgen.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/memory.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/pwd.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/regex.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/mount.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/param.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/resource.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/select.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/stat.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/time.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/timeb.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/times.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/types.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/uio.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/utsname.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/sys/wait.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/termios.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/ucontext.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/unistd.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/posixc/utime.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/blk_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/clockid_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/dev_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/fs_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/gid_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/id_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/ino_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/iovec_s.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/itimerspec_s.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/key_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/mode_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/nlink_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/off_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/pid_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/regoff_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/sigaction_s.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/sigevent_s.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/siginfo_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/sigset_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/socklen_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/ssize_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/stack_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/suseconds_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/timer_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/timespec_s.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/ucontext_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/uid_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/aros/types/useconds_t.h [new file with mode: 0644]
AROS/compiler/posixc/include/mmakefile.src [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/_strings.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/assert.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/complex.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/ctype.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/errno.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/fenv.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/inttypes.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/iso646.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/limits.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/locale.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/math.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/sdgstd.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/setjmp.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/signal.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/stdbool.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/stddef.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/stdint.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/stdio.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/stdlib.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/string.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/strings.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/time.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/stdc/wchar.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/__sighandler_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/clock_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/fpos_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/int_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/intptr_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/mbstate_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/null.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/ptrdiff_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/seek.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/size_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/time_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/uintptr_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/wchar_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/aros/types/wint_t.h [new file with mode: 0644]
AROS/compiler/stdc/include/mmakefile.src [new file with mode: 0644]
AROS/config/elf-specs.in
AROS/config/elf_x86_64-specs.in
AROS/config/specs.in
AROS/tools/crosstools/gcc-4.6.2-aros.diff
AROS/tools/crosstools/mmakefile.src
contrib/gnu/gcc/gcc-4.6.2-aros.diff