* Removed sys/_types.h include, all types are now defined in include files named...
commit0c2ce3a9ac60c87cfdb6340206cdffa17cbef0f1
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 26 Mar 2011 21:40:53 +0000 (26 21:40 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 26 Mar 2011 21:40:53 +0000 (26 21:40 +0000)
tree2f35426bf12b7870b797c7e0506e2bcff0b9dcee
parent7723bbf0ad622123e2d7ee17624cced3f66f1e06
* Removed sys/_types.h include, all types are now defined in include files named aros/types/xxx.h
* More separation of includes need some addition of include statements in code

(Preparation for C library split; sys/xxx.h include will only be available
there when compiling with POSIX C library)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@37793 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
109 files changed:
arch/all-hosted/devs/filesys/emul_handler/emul_handler.c
arch/all-unix/devs/filesys/emul_handler/emul_host.h
arch/arm-all/include/aros/arm/fenv.h
arch/i386-all/include/aros/i386/fenv.h
arch/ppc-all/include/aros/ppc/fenv.h
arch/x86_64-all/include/aros/x86_64/fenv.h
compiler/clib/fcntl.c
compiler/clib/include/aros/types/blk_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/clock_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/clockid_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/dev_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/fs_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/gid_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/id_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/ino_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/int_t.h [moved from compiler/clib/include/sys/types/int_t.h with 91% similarity]
compiler/clib/include/aros/types/intptr_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/iovec_s.h [new file with mode: 0644]
compiler/clib/include/aros/types/itimerspec_s.h [new file with mode: 0644]
compiler/clib/include/aros/types/key_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/mbstate_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/mode_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/nlink_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/null.h [new file with mode: 0644]
compiler/clib/include/aros/types/off_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/pid_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/ptrdiff_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/regoff_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/seek.h [new file with mode: 0644]
compiler/clib/include/aros/types/sigaction_s.h [new file with mode: 0644]
compiler/clib/include/aros/types/sigevent_s.h [new file with mode: 0644]
compiler/clib/include/aros/types/siginfo_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/sigset_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/size_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/socklen_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/ssize_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/stack_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/suseconds_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/time_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/timer_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/timespec_s.h [new file with mode: 0644]
compiler/clib/include/aros/types/ucontext_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/uid_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/uintptr_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/useconds_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/wchar_t.h [new file with mode: 0644]
compiler/clib/include/aros/types/wint_t.h [new file with mode: 0644]
compiler/clib/include/dirent.h
compiler/clib/include/fcntl.h
compiler/clib/include/fenv.h
compiler/clib/include/grp.h
compiler/clib/include/inttypes.h
compiler/clib/include/locale.h
compiler/clib/include/mmakefile
compiler/clib/include/pwd.h
compiler/clib/include/regex.h
compiler/clib/include/signal.h
compiler/clib/include/stdint.h
compiler/clib/include/stdio.h
compiler/clib/include/stdlib.h
compiler/clib/include/string.h
compiler/clib/include/sys/_iovec.h [deleted file]
compiler/clib/include/sys/_types.h [deleted file]
compiler/clib/include/sys/stat.h
compiler/clib/include/sys/types.h
compiler/clib/include/sys/types/clock_t.h [deleted file]
compiler/clib/include/sys/types/clockid_t.h [deleted file]
compiler/clib/include/sys/types/dev_t.h [deleted file]
compiler/clib/include/sys/types/fs_t.h [deleted file]
compiler/clib/include/sys/types/gid_t.h [deleted file]
compiler/clib/include/sys/types/id_t.h [deleted file]
compiler/clib/include/sys/types/ino_t.h [deleted file]
compiler/clib/include/sys/types/intptr_t.h [deleted file]
compiler/clib/include/sys/types/key_t.h [deleted file]
compiler/clib/include/sys/types/mode_t.h [deleted file]
compiler/clib/include/sys/types/nlink_t.h [deleted file]
compiler/clib/include/sys/types/off_t.h [deleted file]
compiler/clib/include/sys/types/pid_t.h [deleted file]
compiler/clib/include/sys/types/socklen_t.h [deleted file]
compiler/clib/include/sys/types/ssize_t.h [deleted file]
compiler/clib/include/sys/types/suseconds_t.h [deleted file]
compiler/clib/include/sys/types/time_t.h [deleted file]
compiler/clib/include/sys/types/timer_t.h [deleted file]
compiler/clib/include/sys/types/uid_t.h [deleted file]
compiler/clib/include/sys/types/uintptr_t.h [deleted file]
compiler/clib/include/sys/types/useconds_t.h [deleted file]
compiler/clib/include/sys/types/wint_t.h [deleted file]
compiler/clib/include/sys/uio.h
compiler/clib/include/time.h
compiler/clib/include/ucontext.h
compiler/clib/include/unistd.h
compiler/clib/include/utime.h
compiler/clib/include/wchar.h
compiler/clib/include/wctype.h
compiler/clib/locale/_ctype.h
compiler/clib/runetype.h
compiler/mlib/math.h
compiler/zlib/mmakefile.src
rom/dos/lddemon.c
rom/graphics/bestmodeida.c
rom/graphics/openmonitor.c
rom/hidds/graphics/GraphicsClass.c
test/clib/fcntl.c
test/clib/flock.c
test/clib/statfs.c
test/versionlib.c
tools/crosstools/gcc-4.2.2-aros.diff
tools/crosstools/gcc-4.4.2-aros.diff
workbench/network/stacks/AROSTCP/netinclude/sys/un.h