Update libc implementation

This commit is contained in:
Alex
2023-04-23 21:38:36 +03:00
parent 6deb37fbfe
commit 43aad488a7
18 changed files with 478 additions and 33 deletions

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

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