1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

Libc: make library internal includes come from private include namespace

This commit is contained in:
Vincent Sanders 2019-10-11 10:50:42 +01:00 committed by Andreas Kling
parent 06113b4ffe
commit 904bd3b441
10 changed files with 119 additions and 112 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include <bits/stdint.h>
#define PAGE_SIZE 4096