haiku/headers
Alex Smith 020a25ce46 Fixed x86_64 kernel compilation.
For now I've just put all the stub functions that are needed to link the
kernel into a file called stubs.cpp. I've not yet moved across the interrupt
handling code or the ELF64 relocation code to the x86 directory. Once those
have been moved I can get rid of the x86_64 headers/source directories.
2012-07-02 20:56:27 +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 Changed {,u}int64 to be long rather than long long on x86_64. 2012-06-28 12:36:45 +01:00
cpp Fix #7948: add correct prototype for String::compare alongside the wrong one 2011-10-31 09:56:00 +00:00
glibc
libs Remove lp_solve headers. 2012-05-08 07:28:16 +12:00
os Merge branch 'master' into x86_64 2012-06-27 11:28:28 +01:00
posix Implementations of some libroot functions for x86_64. 2012-06-15 19:57:21 +01:00
private Fixed x86_64 kernel compilation. 2012-07-02 20:56:27 +01:00
tools