mirror of
https://github.com/drasko/codezero.git
synced 2026-03-23 20:41:51 +01:00
Created libc under containers/posix which now all tasks use to build.
There is a problem in the new libc that test0 now misbehaves. Going to be fixed.
This commit is contained in:
@@ -18,6 +18,7 @@ Messages that indicate a software error will contain three asterisks (***).
|
||||
*****************************************************************************/
|
||||
#include <string.h> /* memcpy(), memset() */
|
||||
#include <stdio.h> /* printf() */
|
||||
#include <printf.h>
|
||||
#include <l4/macros.h>
|
||||
#define _32BIT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user