1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

Add getgid() and getpid() syscalls. Prep for LibC.

This commit is contained in:
Andreas Kling 2018-10-22 13:55:11 +02:00
parent bae59609e3
commit 85bcf2ed0f
5 changed files with 34 additions and 13 deletions

View file

@ -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;