🆕 errno.h and unistd.h

This commit is contained in:
fslongjin
2022-04-22 23:15:47 +08:00
parent 2fcf91733f
commit 5f24cd56fe
2 changed files with 107 additions and 0 deletions

14
kernel/common/unistd.h Normal file
View File

@ -0,0 +1,14 @@
/**
* @file unistd.h
* @author fslongjin (longjin@RinGoTek.cn)
* @brief
* @version 0.1
* @date 2022-04-22
*
* @copyright Copyright (c) 2022
*
*/
#pragma once
#include <syscall/syscall.h>
#include <syscall/syscall_num.h>