Added a TODO in to say that {,u}int64 should be changed to long on x86_64.

This commit is contained in:
Alex Smith 2012-06-15 16:09:25 +01:00
parent 4be4fc6b1f
commit 82b4b37172

View File

@ -22,6 +22,7 @@ typedef signed int __haiku_std_int32;
typedef unsigned int __haiku_std_uint32;
typedef signed long long __haiku_std_int64;
typedef unsigned long long __haiku_std_uint64;
// TODO: on x86_64 these should be long
typedef __haiku_std_int8 __haiku_int8;
typedef __haiku_std_uint8 __haiku_uint8;