Reorganised C type definitions. Use now sys/type/..._t.h files for defining
commit10a605ebc500b44f8c4a6b4d1a3bd35bc799caf8
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 16 Jan 2010 22:25:24 +0000 (16 22:25 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 16 Jan 2010 22:25:24 +0000 (16 22:25 +0000)
tree53778d8a6a9d3a28cd6feba5562914b0bec9e6fa
parent295fa96336a6bc7180ab044cc9495d463fc23ee6
Reorganised C type definitions. Use now sys/type/..._t.h files for defining
the types. Don't use ..._DECLARED preprocessor symbols anymore.
This is preparation to be able to split Standard C part from the UNIX/POSIX
part.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@32359 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
37 files changed:
compiler/clib/include/dirent.h
compiler/clib/include/fcntl.h
compiler/clib/include/grp.h
compiler/clib/include/mmakefile
compiler/clib/include/pwd.h
compiler/clib/include/signal.h
compiler/clib/include/stdint.h
compiler/clib/include/sys/types.h
compiler/clib/include/sys/types/clock_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/clockid_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/dev_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/fs_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/gid_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/id_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/ino_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/int_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/intptr_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/key_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/mode_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/nlink_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/off_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/pid_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/socklen_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/ssize_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/suseconds_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/time_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/timer_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/uid_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/uintptr_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/useconds_t.h [new file with mode: 0644]
compiler/clib/include/sys/types/wint_t.h [new file with mode: 0644]
compiler/clib/include/time.h
compiler/clib/include/unistd.h
compiler/clib/include/utime.h
compiler/clib/include/wchar.h
compiler/clib/include/wctype.h
workbench/network/stacks/AROSTCP/netinclude/bsdsocket/types.h