mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Add getgid() and getpid() syscalls. Prep for LibC.
This commit is contained in:
parent
bae59609e3
commit
85bcf2ed0f
5 changed files with 34 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef SERENITY_KERNEL
|
||||
#if defined(SERENITY_KERNEL) || defined(SERENITY_LIBC)
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short word;
|
||||
typedef unsigned int dword;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue