Changed types of __size_t and __ssize_t to long to avoid problems resulting from...
commit577c05e92b4caf08ac84980d8b38ae6a99cd658a
authorsszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 4 Mar 2009 00:59:42 +0000 (4 00:59 +0000)
committersszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 4 Mar 2009 00:59:42 +0000 (4 00:59 +0000)
tree95566c24084169adfe718a61bddc9fd888a54d40
parent4cf526d021f01590653c174b4da2ca5a78ca79fb
Changed types of __size_t and __ssize_t to long to avoid problems resulting from size_t and ssize_t having different sizes of x86-64 (long-sized size_t was defined in GCC headers, while ssize_t in AROS headers was int-sized). It breaks binary compatibility of x86-64 AROS, but I guess there's not much people using it anyway.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@30732 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/include/sys/_types.h