bsp,abstract-machine: compile to x86-nemu successfully

This commit is contained in:
Zihao Yu 2023-05-26 00:14:31 +08:00
parent 475f866a45
commit e6aa8c45f8
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
#include <asm-generic/errno.h>

View file

@ -1,3 +1,3 @@
typedef long ssize_t;
typedef long suseconds_t; typedef long suseconds_t;
typedef unsigned long useconds_t; typedef unsigned long useconds_t;
#include <sys/types.h>