haiku/headers
Alex Smith 11d3892d28 Changed ICI data argument types from uint32 to addr_t.
Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
2012-06-14 13:06:55 +01:00
..
build Style fixes suggested by Axeld. 2012-03-09 14:39:24 -05:00
compatibility * Added definitions for n_short, n_long, and n_time as expected on FreeBSD when 2011-07-23 15:41:47 +00:00
config Made *_addr_t {,un}signed long rather than long long on x86_64. 2012-06-13 17:00:57 +01:00
cpp Fix #7948: add correct prototype for String::compare alongside the wrong one 2011-10-31 09:56:00 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
libs Remove lp_solve headers. 2012-05-08 07:28:16 +12:00
os Added some x86_64 system/kernel headers and kernel Jamfiles. 2012-06-13 17:45:22 +01:00
posix Fix warnings about MB_LEN_MAX being redefined. 2012-02-26 22:45:16 +01:00
private Changed ICI data argument types from uint32 to addr_t. 2012-06-14 13:06:55 +01:00
tools * Moved everything into the SymbolPatcher namespace. 2009-11-05 17:16:17 +00:00