LLVM Minix changes

- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
This commit is contained in:
2013-12-06 16:46:30 +01:00
parent fe5a129a88
commit 4684ddb6aa
5408 changed files with 694541 additions and 5722 deletions

View File

@@ -50,6 +50,8 @@ int printf(const char *fmt, ...);
void kputc(int c);
__dead void panic(const char *fmt, ...)
__attribute__((__format__(__printf__,1,2)));
void panic_hook(void);
void __panic_hook(void);
int getuptime(clock_t *ticks, clock_t *realtime, time_t *boottime);
int getticks(clock_t *ticks);
int tickdelay(clock_t ticks);