Updated organization file functions, env naming.

This commit is contained in:
Christoffer Lerno
2023-06-23 22:59:57 +02:00
committed by Christoffer Lerno
parent 0ab0f727ad
commit 68f6cb1286
43 changed files with 751 additions and 561 deletions

5
lib/std/libc/os/posix.c3 Normal file
View File

@@ -0,0 +1,5 @@
module libc @if(env::POSIX);
def Pid_t = int;
def Uid_t = uint;
def Gid_t = uint;