Update include directory

This commit is contained in:
Alex
2022-12-07 17:16:48 +02:00
parent fb075aa713
commit 096564b586
7 changed files with 112 additions and 0 deletions

6
libc/include/sys/types.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H
typedef int pid_t;
#endif