Libc update to simplify merge.
Bumping libc files for unsupported architectures, to simplify merging. A bunch of small fixes: * in libutil update * the macro in endian.h * some undefined types due to clear separation from host. * Fix a warning for cdbr.c Some modification which were required for the new build system: * inclusion path for const.h in sconst, still hacky * Removed default malloc.c which conflicts on some occasions.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
#ifndef __SCONST_H__
|
||||
#define __SCONST_H__
|
||||
|
||||
/*
|
||||
* LSC Weirdness going on with the const.h header: FIXME
|
||||
#include "kernel/const.h"
|
||||
#include "kernel/procoffsets.h"
|
||||
*/
|
||||
#include "const.h"
|
||||
#include "procoffsets.h"
|
||||
|
||||
/*
|
||||
* offset to current process pointer right after trap, we assume we always have
|
||||
|
||||
Reference in New Issue
Block a user