Add missing libc headers

This commit is contained in:
Alex
2023-03-20 03:18:25 +02:00
parent 56fa6343fb
commit 2e4c753dab
6 changed files with 60 additions and 0 deletions

4
libc/include/sys/stat.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
#endif